X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=blobdiff_plain;f=gwvpmini%2Fgwvpmini_admin.php;h=2ba996328f07532b2ca451b145a254351579bc2f;hp=defb0da80d3f8329a48f6cd3c134fab24aded46b;hb=eaa989c5b3d6534276be3c32e089d4ec2b45e395;hpb=0705eded8fbf23fc6258b03938a84053344dfb73 diff --git a/gwvpmini/gwvpmini_admin.php b/gwvpmini/gwvpmini_admin.php index defb0da..2ba9963 100644 --- a/gwvpmini/gwvpmini_admin.php +++ b/gwvpmini/gwvpmini_admin.php @@ -14,7 +14,7 @@ if($IS_WEB_REQUEST) { function gwvpmini_AdminCallMe() { - //error_log("in admin callme"); + //// // error_log("in admin callme"); if(isset($_REQUEST["q"])) { $query = $_REQUEST["q"]; $qspl = explode("/", $query); @@ -61,7 +61,7 @@ function gwvpmini_AdminCallMe() return "gwvpmini_SwitchAdmin"; } } else { - error_log("i got here, where next?"); + // // error_log("i got here, where next?"); return "gwvpmini_AdminMainPage"; } } else return false; @@ -155,7 +155,7 @@ function gwvpmini_AdminMainPageBody() $cstat = "Disable"; } else if($st_t[0] == "2") { $vl = explode(":", $st_t); - error_log("VL: ".print_r($vl, true)); + // // error_log("VL: ".print_r($vl, true)); $status = " Awaiting Confirmation (Confirm)"; } @@ -327,7 +327,7 @@ function gwvpmini_RemoveUserPageBody() $email = $details[$uid]["email"]; $desc = $details[$uid]["desc"]; - error_log("user dets:".print_r($details, true)); + //// // error_log("user dets:".print_r($details, true)); echo "

Remove User?

"; echo "Are you sure you wish to remove the user, $username ($uid) - $fullname - $email - $desc?
"; @@ -371,7 +371,7 @@ function gwvpmini_RemoveRepoPageBody() $fullname = $usedet["fullname"]; - error_log("user dets:".print_r($details, true)); + // // error_log("user dets:".print_r($details, true)); echo "

Remove User?

"; echo "Are you sure you wish to remove the repo, $rname ($rid) - \"$rdesc\" $ownedby?
"; @@ -389,7 +389,7 @@ function gwvpmini_ConfRemoveRepo() global $BASE_URL; - error_log("CONF REMOVE REPO"); + // // error_log("CONF REMOVE REPO"); $rid = -1; if(isset($_REQUEST["q"])) {