[insert_php]
if(!$_SESSION[‘login_user’]) { /*header(“Location: /log-in/”, true);*/ echo ““; }
else { /*header(“Location: /my-hourglass/”, true);*/ echo ““; }
[/insert_php]
[insert_php]remove_filter( ‘the_content’, ‘wpautop’ );[/insert_php]
[insert_php]remove_filter( ‘the_excerpt’, ‘wpautop’ );[/insert_php]
[insert_php] include_once(ABSPATH. ‘/wp-content/custom-php/timechange2.php’);
include_once(ABSPATH. ‘/wp-content/custom-php/morefunctions.php’);
if(isset($_GET[‘week’])) {
$page = $_GET[‘week’]; $_SESSION[‘week’] = $_GET[‘week’];
} else { $page = 0; $_SESSION[‘week’] = “0”;}
echo ‘‘;
$values = getAllSaved($page); $n = count($values);
$jobTotals=getJobTotals();
echo ‘
';
//and above here
if(isset($_GET['fail'])) { if($_GET['fail'] == 3) { echo 'Warning: you have failed to select a job or subjob for one of the inputs. Please try again.'; } else { echo 'Warning: connection to database failed. Please try again.'; } }
$values = getJobsSaved($_GET['week']); $rows = 0; $m = count($values); if (isDisabledBool($page)) { $rows = $m; } else if ($m > 15) { $rows = $m; } else { $rows = 15; } $l = 0; echo '
';
[/insert_php]
Hello [insert_php] echo $_SESSION['firstname']; [/insert_php],
[insert_php] if (isset($_SESSION['sql'])) { } [/insert_php]
Today is:
[insert_php] lastEdited(); [/insert_php]
[insert_php] echo '
❮ ❮Prev '; [/insert_php]
[insert_php] echo '
Next❯ ❯'; [/insert_php]
[insert_php] for ($num = 0; $num
< $m; $num++) { echo ""; }
echo '';[/insert_php]