initial commit
This commit is contained in:
13
Config.php
Normal file
13
Config.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class Config {
|
||||
|
||||
const ROOT_PATH = "/";
|
||||
|
||||
|
||||
const WEBSITE_NAME = 'PSL-CMS';
|
||||
const WEBSITE_SLOGAN = 'Your simple content management system';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user