mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
15 lines
169 B
PHP
15 lines
169 B
PHP
<?php
|
|
/**
|
|
* Project main config page (common properties)
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
class Config {
|
|
|
|
/**
|
|
* Application version
|
|
*/
|
|
const VERSION = "0.1.1";
|
|
|
|
} |