generated from mirzaev/pot
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
53f8f3871c | |||
d2c86a6222 |
@@ -5,7 +5,7 @@ Wants=network.target
|
||||
After=syslog.target network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=sudo -u www-data /usr/bin/php /var/www/project/mirzaev/parser_from_interneturok/system/public/telegram.php
|
||||
ExecStart=sudo -u www-data /usr/bin/php /var/www/parser_from_interneturok/mirzaev/parser_from_interneturok/system/public/telegram.php
|
||||
PIDFile=/var/run/php/parser_from_interneturok-telegram.pid
|
||||
RemainAfterExit=no
|
||||
RuntimeMaxSec=3600s
|
||||
|
@@ -32,9 +32,6 @@ define('VIEWS', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'view
|
||||
// Initializing path to the directory of settings
|
||||
define('SETTINGS', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'settings');
|
||||
|
||||
// Initializing system settings
|
||||
require SETTINGS . DIRECTORY_SEPARATOR . 'system.php';
|
||||
|
||||
// Initializing path to the directory of the storage
|
||||
define('STORAGE', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'storage');
|
||||
|
||||
|
@@ -5,5 +5,7 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
1053489457 // Arsen Mirzaev Tatyano-Muradovich @redloser
|
||||
1053489457, // Arsen Mirzaev Tatyano-Muradovich @redloser
|
||||
6831961323, // @IU_K1LLER777
|
||||
1142807069 // @kysakapro
|
||||
];
|
||||
|
@@ -1,4 +0,0 @@
|
||||
<?php
|
||||
|
||||
// Initializing default theme for the views templater
|
||||
define('THEME', 'default');
|
Reference in New Issue
Block a user