wefra/modules/InterfaceConfig.php

11 lines
312 B
PHP

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