Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
This commit is contained in:
parent
da382a11d5
commit
8f265c7bbc
278 changed files with 1092 additions and 1073 deletions
|
|
@ -21,10 +21,10 @@
|
|||
* \brief included file for customizing with the vat (account,rate...)
|
||||
*/
|
||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
require_once('class_own.php');
|
||||
require_once('class_html_input.php');
|
||||
require_once('class_ihidden.php');
|
||||
require_once('class_itextarea.php');
|
||||
require_once NOALYSS_INCLUDE.'/class_own.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_html_input.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_ihidden.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_itextarea.php';
|
||||
echo '<div class="content">';
|
||||
// Confirm remove
|
||||
if (isset($_POST['confirm_rm']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue