mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Clean code
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* \file htdocs/mrp/ajax/ajax_bom.php
|
||||
* \brief Ajax search component for Mrp. It get BOM content.
|
||||
* \file htdocs/mrp/ajax/interface.php
|
||||
*/
|
||||
|
||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||
//if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled cause need to load personalized language
|
||||
if (!defined('NOREQUIRESOC')) {
|
||||
define('NOREQUIRESOC', '1');
|
||||
}
|
||||
//if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1');
|
||||
if (!defined('NOCSRFCHECK')) {
|
||||
define('NOCSRFCHECK', '1');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user