fixing the problem for calls like ./mind instead of simply mind
Esse commit está contido em:
@@ -217,10 +217,10 @@
|
||||
* Constructor
|
||||
*/
|
||||
public function Mind(){
|
||||
if(isset($GLOBALS['_MIND']))
|
||||
/*if(isset($GLOBALS['_MIND']))
|
||||
{
|
||||
return $GLOBALS['_MIND'];
|
||||
}
|
||||
}*/
|
||||
$path= _MINDSRC_;
|
||||
Mind::$projectsDir= $path.PROJECTS_DIR;
|
||||
Mind::$modelsDir= $path.MODELS_DIR;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário