Update invoice.php
This commit is contained in:
parent
3032ef1235
commit
b7ee2458a3
@ -20,21 +20,11 @@
|
||||
// if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled cause need to load personalized language
|
||||
// if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1');
|
||||
// if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1');
|
||||
|
||||
if (!defined('NOCSRFCHECK')) { define('NOCSRFCHECK', '1');
|
||||
}
|
||||
|
||||
if (!defined('NOTOKENRENEWAL')) { define('NOTOKENRENEWAL', '1');
|
||||
}
|
||||
|
||||
if (!defined('NOREQUIREMENU')) { define('NOREQUIREMENU', '1');
|
||||
}
|
||||
|
||||
if (!defined('NOREQUIREHTML')) { define('NOREQUIREHTML', '1');
|
||||
}
|
||||
|
||||
if (!defined('NOREQUIREAJAX')) { define('NOREQUIREAJAX', '1');
|
||||
}
|
||||
if (!defined('NOCSRFCHECK')) { define('NOCSRFCHECK', '1'); }
|
||||
if (!defined('NOTOKENRENEWAL')) { define('NOTOKENRENEWAL', '1'); }
|
||||
if (!defined('NOREQUIREMENU')) { define('NOREQUIREMENU', '1'); }
|
||||
if (!defined('NOREQUIREHTML')) { define('NOREQUIREHTML', '1'); }
|
||||
if (!defined('NOREQUIREAJAX')) { define('NOREQUIREAJAX', '1'); }
|
||||
require '../main.inc.php';
|
||||
|
||||
// Load $user and permissions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user