Files
PSL-CMS/Config.php
2024-07-22 10:58:10 +00:00

13 lines
193 B
PHP

<?php
class Config {
const ROOT_PATH = "/";
const WEBSITE_NAME = 'PSL-CMS';
const WEBSITE_SLOGAN = 'Your simple content management system';
const ARTICLES_PER_PAGE = 10;
}