wefra/modules/InterfaceConfig.php

11 lines
313 B
PHP
Raw Normal View History

<?php
interface InterfaceConfig {
//URLs & paths kernel
2021-03-19 14:06:12 +00:00
const PATH_ROOT = "/var/www/html/aiibi/";
const URL_ROOT = "/aiibi/";
const URL_SCRIPT = "/aiibi/scripts/";
// URLs & paths customs
2021-03-19 14:06:12 +00:00
const PATH_CUSTOM = "/var/www/customs/aiibi-custom-wefra/"; // <== CONFIG the path to your custom directory
}