Update project.php
This commit is contained in:
parent
28797930fc
commit
c8aefcb7c5
@ -28,11 +28,14 @@
|
|||||||
* \brief Page of third party projects
|
* \brief Page of third party projects
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// Load Dolibarr environment
|
||||||
require '../main.inc.php';
|
require '../main.inc.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
|
||||||
|
|
||||||
$langs->loadLangs(array("companies", "projects"));
|
// Load translation files required by the page
|
||||||
|
$langs->loadLangs(array('companies', 'projects'));
|
||||||
|
|
||||||
// Security check
|
// Security check
|
||||||
$socid = GETPOST('socid', 'int');
|
$socid = GETPOST('socid', 'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user