1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-24 03:50:48 +00:00
2018-04-29 21:04:30 +02:00

15 lines
169 B
PHP

<?php
/**
* Project main config page (common properties)
*
* @author Pierre HUBERT
*/
class Config {
/**
* Application version
*/
const VERSION = "0.1.1";
}