1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-22 02:50:49 +00:00

15 lines
169 B
PHP
Raw Normal View History

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