N°2439 Add real autoloader for framework files (not modules)

This commit is contained in:
Molkobain
2019-08-13 13:46:19 +02:00
parent 83e3321a48
commit ec09589646
55 changed files with 95 additions and 71 deletions

View File

@@ -16,7 +16,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
require_once('../approot.inc.php');
require_once('../bootstrap.inc.php');
require_once(APPROOT.'/application/application.inc.php');
require_once(APPROOT.'/application/itopwebpage.class.inc.php');
require_once(APPROOT.'/application/wizardhelper.class.inc.php');