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