generated from mirzaev/pot-php-telegram
Initial commit
This commit is contained in:
13
author/project/system/settings/system.php.sample
Normal file
13
author/project/system/settings/system.php.sample
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// The library for languages support
|
||||
use mirzaev\languages\language;
|
||||
|
||||
// Initializing dependencies
|
||||
require ROOT . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
|
||||
define('PROJECT_NAME', '');
|
||||
define('PROJECT_DOMAIN', '');
|
||||
|
||||
// Initializing default theme for the views templater
|
||||
define('THEME', 'default');
|
||||
Reference in New Issue
Block a user