A l'installation permet de choisir le nom de l'administrateur, dans
les versions précédentes c'était phpcompta
This commit is contained in:
parent
2a06df770e
commit
30f84ace56
8 changed files with 78 additions and 34 deletions
|
|
@ -47,6 +47,10 @@ if ( !defined("NOALYSS_TEMPLATE")) define ("NOALYSS_TEMPLATE",$g_template_dir);
|
|||
// with convert
|
||||
if ( !defined("FIX_BROKEN_PDF")) define ("FIX_BROKEN_PDF",'NO');
|
||||
|
||||
if ( !defined('NOALYSS_ADMINISTRATOR')) {
|
||||
define ('NOALYSS_ADMINISTRATOR','phpcompta');
|
||||
}
|
||||
|
||||
require_once NOALYSS_INCLUDE.'/constant.security.php';
|
||||
|
||||
if ( strpos($inc_path,";") != 0 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue