Browse Source

generification

idleman 4 years ago
parent
commit
06746f911a
2 changed files with 6 additions and 6 deletions
  1. 5 5
      constant-sample.php
  2. 1 1
      maintenance.php

+ 5 - 5
constant-sample.php

@@ -34,14 +34,14 @@ define('BASE_DEBUG',false);
 
 define('COOKIE_NAME','erp-core-cookie');
 
-define('PROGRAM_NAME','Sys1 ERP');
-define('PROGRAM_UID','sys1/erp-core');
+define('PROGRAM_NAME','Hackpoint');
+define('PROGRAM_UID','idleman/hackpoint');
 define('PROGRAM_AUTHOR','SYS1');
-define('PROGRAM_TECHNICIAN','valentin.morreel');
+define('PROGRAM_TECHNICIAN','valentin.carruesco');
 //Windows
-define('REFERENCE_URL','https://projet.sys1.fr/action.php?action=reference_save_project');
+define('REFERENCE_URL','https://idleman/action.php?action=reference_save_project');
 //Linux
-// define('REFERENCE_URL','http://projet.sys1.fr/action.php?action=reference_save_project');
+// define('REFERENCE_URL',''https://idleman/action.php/action.php?action=reference_save_project');
 
 define('SOURCE_VERSION','1.0');
 define('BASE_VERSION','1.0');

+ 1 - 1
maintenance.php

@@ -37,7 +37,7 @@ if(file_exists('disabled.maintenance')){
 				</div>
 			</div>
 			<p>Merci de revenir dans quelques instants</p>
-			<p><i>L'équipe Sys1</i></p>
+			<p><i>Hackpoint</i></p>
 			<small class="admin-access">
 				<a href="index.php?admin_login=1" class="admin-link">- Accès technicien -</a>
 			</small>