7 lines
147 B
PHP
7 lines
147 B
PHP
<?php
|
|
interface InterfaceConfig {
|
|
//URLs
|
|
const URL_ROOT = "http://localhost/wefra/";
|
|
const URL_SCRIPT = "http://localhost/wefra/scripts/";
|
|
}
|