mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Removed parenthesis from all require and replaced with single quotes
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
* \brief Page to show customer order
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
require '../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formorder.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';
|
||||
|
||||
Reference in New Issue
Block a user