Clean code

This commit is contained in:
atm-lena
2022-01-26 09:49:06 +01:00
parent 25e8a2c758
commit ccacf2e89a
2 changed files with 5 additions and 17 deletions

View File

@@ -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');
}