N°6105 - Cleanup unnecessary use of dirname(__FILE__) (#453)

This commit is contained in:
Thomas Casteleyn
2023-03-14 18:51:01 +01:00
committed by GitHub
parent 799b6a9725
commit fc97491708
20 changed files with 9 additions and 35 deletions

View File

@@ -22,9 +22,6 @@
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
if (!defined('__DIR__')) {
define('__DIR__', dirname(__FILE__));
}
require_once(APPROOT.'application/utils.inc.php');
require_once(APPROOT.'core/log.class.inc.php');