Fix typo due to code cleaning

This commit is contained in:
sparkyx 2022-11-09 19:37:59 +01:00
parent 4bc4658dd7
commit b188392618
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ require_once '../include/constant.php';
global $g_user;
$cn=new Database();
$g_user=new \User($cn);
$g_user=new \Noalyss_User($cn);
$g_user->check();
if ( !defined ("ALLOWED") ) { define ('ALLOWED',true); }

View file

@ -39,7 +39,7 @@ if (isset($_REQUEST['f_id']))
if (isset($_REQUEST['sb']))
$supl_hidden.=HtmlInput::hidden('sb', $http->request("sb"));
$supl_hidden.=HtmlInput::hidden('ac', $http->request("ac"));
\Noalyss\Dbg::echo_file(__FILE__);
/**
* if no group available , then stop
*/

View file

@ -153,7 +153,7 @@ class Mobile
echo __CLASS__."→".__FUNCTION__;
}
$cn=Dossier::connect();
$user=new Noalyss_user($cn);
$user=new \Noalyss_user($cn);
$aModule=$cn->get_array("select *
from profile_mobile pm

View file

@ -25,7 +25,7 @@ if (!defined('ALLOWED'))
* @file
* @brief show the mobile menu
*/
\Noalyss\Dbg::dbgecho_file(__FILE__);
\Noalyss\Dbg::echo_file(__FILE__);
?>
<img src="<?=NOALYSS_URL?>/image/logo9000.png" width="100%" style="position:absolute;top:0px;left:0px;z-index:-1;opacity: 11%">
<div id="mobile_module" >