ComunicWeb/system/config/global.config.php

15 lines
169 B
PHP
Raw Normal View History

2018-01-02 17:48:39 +00:00
<?php
/**
* Project main config page (common properties)
*
* @author Pierre HUBERT
*/
class Config {
/**
* Application version
*/
2018-03-11 16:13:59 +00:00
const VERSION = "0.1.1";
2018-01-02 17:48:39 +00:00
}