wefra-odoo11/modules/InterfaceConfig.php

7 lines
161 B
PHP
Raw Normal View History

2019-10-02 21:28:58 +00:00
<?php
interface InterfaceConfig {
//URLs
const URL_ROOT = "http://localhost/wefra-odoo11/";
const URL_SCRIPT = "http://localhost/wefra-odoo11/scripts/";
}