Admin

Admin Panel


Select User



 

Confirm Written Checks



 

Confirmed Deposits





Set Page Security


[insert_php]

$pageSec = isset($_POST[‘pageSec’])? $_POST[‘pageSec’] : “”;
$txt_file = file_get_contents(‘/home/silverpond/public_html/wp-content/themes/twentyseventeen/perms.txt’);
$rows = explode(“\n”, $txt_file);
array_shift($rows);

echo “
 “;

echo “Permissions:

“;
echo “

“;
echo “

“;
echo “

“;
echo “

Admin: Level 2: Level 3:

“;

echo “";

[/insert_php]



New Page:
Note: Any page added must include full path and closing slash like the options above. No checks are in place to avoid duplicates.