X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=gwvpmini%2Fgwvpmini_admin.php;h=2ba996328f07532b2ca451b145a254351579bc2f;hb=767cce5392550af03a6701b3d1826f680878d699;hp=26cb82e004a773aa50f316633805acdd538abc82;hpb=26a8a9033c1f6f3f801fd2be4b82134df1258dc1;p=gwvp-mini.git diff --git a/gwvpmini/gwvpmini_admin.php b/gwvpmini/gwvpmini_admin.php index 26cb82e..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; @@ -122,11 +122,11 @@ function gwvpmini_AdminMainPageBody() $totalusers = gwvpmini_GetNUsers(); echo "
"; - echo "$register
$regconfirm
$usegrav
$forcessl
"; - echo "

Users - $totalusers

"; + echo "

Settings

$register
$regconfirm
$usegrav
$forcessl
"; echo "
"; echo "Address emails are sent from
"; echo "
"; + echo "

Users - $totalusers

"; echo ""; echo ""; @@ -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"])) {
UsernameEmail AddressFull NameDescriptionStatusControl