more heavy
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
parent
8f4675ba93
commit
682252503b
@ -126,7 +126,7 @@ class Model {
|
|||||||
{
|
{
|
||||||
$value = $GLOBALS['redis']->hget($this->dbTable.':'.$this->id,$key);
|
$value = $GLOBALS['redis']->hget($this->dbTable.':'.$this->id,$key);
|
||||||
|
|
||||||
var_dump("[".$this->dbTable.':'.$this->id."] Loading from DB $key: '$value'");
|
//var_dump("[".$this->dbTable.':'.$this->id."] Loading from DB $key: '$value'");
|
||||||
|
|
||||||
if($value!==NULL) //we'll leave null values alone
|
if($value!==NULL) //we'll leave null values alone
|
||||||
switch($this->dbFields[$key]['type'])
|
switch($this->dbFields[$key]['type'])
|
||||||
|
@ -31,6 +31,9 @@ $GLOBALS['url'] = $url;
|
|||||||
|
|
||||||
autoLoginCheck();
|
autoLoginCheck();
|
||||||
|
|
||||||
|
if( $_SESSION['user'])
|
||||||
|
var_dump($_SESSION['user']->data);
|
||||||
|
|
||||||
$response = callHook($url);
|
$response = callHook($url);
|
||||||
|
|
||||||
if(is_string($response))
|
if(is_string($response))
|
||||||
|
Reference in New Issue
Block a user