wefra/modules/InterfaceConfig.php

11 lines
314 B
PHP

<?php
interface InterfaceConfig {
//URLs & paths kernel
const PATH_ROOT = "/var/www/html/wefra/";
const URL_ROOT = "/wefra/";
const URL_SCRIPT = "http://localhost/wefra/scripts/";
// URLs & paths customs
const PATH_CUSTOM = "/var/www/customs/wefra/"; // <== CONFIG the path to your custom directory
}