noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/21: forgotten quote in path Use a variable


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/21: forgotten quote in path Use a variable for an absolute path for performance reason NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
Date: Wed, 19 Aug 2015 22:59:26 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6c361843aa9d68f81dfb4a8bf063c3b5f59213a9
Author: Dany De Bontridder <address@hidden>
Date:   Fri Aug 14 11:46:16 2015 +0200

    forgotten quote in path
    Use a variable for an absolute path for performance reason
    NOALYSS_INCLUDE
    NOALYSS_HOME
    NOALYSS_PLUGIN
---
 html/ajax_poste.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/html/ajax_poste.php b/html/ajax_poste.php
index 3204dd1..13f0e1d 100644
--- a/html/ajax_poste.php
+++ b/html/ajax_poste.php
@@ -36,10 +36,10 @@ if ( ! defined('ALLOWED')) define ('ALLOWED',1);
 
 require_once '../include/constant.php';
 require_once  NOALYSS_INCLUDE.'/ac_common.php';
-require_once NOALYSS_INCLUDE.'/class_acc_ledger.php;
-require_once  NOALYSS_INCLUDE.'/class_database.php;
-require_once NOALYSS_INCLUDE.'/function_javascript.php;
-require_once NOALYSS_INCLUDE.'/class_acc_account_ledger.php;
+require_once NOALYSS_INCLUDE.'/class_acc_ledger.php';
+require_once  NOALYSS_INCLUDE.'/class_database.php';
+require_once NOALYSS_INCLUDE.'/function_javascript.php';
+require_once NOALYSS_INCLUDE.'/class_acc_account_ledger.php';
 mb_internal_encoding("UTF-8");
 
 extract($_REQUEST);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]