generated from mirzaev/pot-php-telegram
Initial commit
This commit is contained in:
3
author/project/system/settings/.gitignore
vendored
Normal file
3
author/project/system/settings/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.sample
|
||||
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');
|
||||
7
author/project/system/settings/telegram.php.sample
Normal file
7
author/project/system/settings/telegram.php.sample
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Robot
|
||||
define('ROBOT', [
|
||||
'identifier' => null,
|
||||
'key' => ''
|
||||
]);
|
||||
Reference in New Issue
Block a user