|
@@ -38,6 +38,7 @@ define('APP_ERROR_PATH', "/var/www/YourWebApp/Private/error");
|
|
define('APP_SALT', "yoursalt");
|
|
define('APP_SALT', "yoursalt");
|
|
define('APP_REPO_PATH', "/var/www/YourWebApp/Private/Repo");
|
|
define('APP_REPO_PATH', "/var/www/YourWebApp/Private/Repo");
|
|
define('APP_PIC_PATH', "/var/www/YourWebApp/Public/static/hmm-img");
|
|
define('APP_PIC_PATH', "/var/www/YourWebApp/Public/static/hmm-img");
|
|
|
|
+define('APP_SERVER_TIMEZONE', "+2");
|
|
|
|
|
|
define('CMDLINE_VALIDCMDS', "~|sendmsg|refreshbrd|delmsg|delpic|");
|
|
define('CMDLINE_VALIDCMDS', "~|sendmsg|refreshbrd|delmsg|delpic|");
|
|
|
|
|
|
@@ -67,7 +68,8 @@ $CONFIG = [
|
|
'ERROR_PATH' => "/var/www/YourWebApp/Private/error",
|
|
'ERROR_PATH' => "/var/www/YourWebApp/Private/error",
|
|
'SALT' => "yoursalt",
|
|
'SALT' => "yoursalt",
|
|
'REPO_PATH' => "/var/www/YourWebApp/Private/Repo",
|
|
'REPO_PATH' => "/var/www/YourWebApp/Private/Repo",
|
|
- 'PIC_PATH' => "/var/www/YourWebApp/Public/static/hmm-img"
|
|
|
|
|
|
+ 'PIC_PATH' => "/var/www/YourWebApp/Public/static/hmm-img",
|
|
|
|
+ 'SERVER_TIMEZONE' => "+2"
|
|
],
|
|
],
|
|
|
|
|
|
'AUTH' => [
|
|
'AUTH' => [
|
|
@@ -78,7 +80,8 @@ $CONFIG = [
|
|
'PIC_FOLDER' => "master",
|
|
'PIC_FOLDER' => "master",
|
|
// password: yourpassword
|
|
// password: yourpassword
|
|
// salt: yoursalt
|
|
// salt: yoursalt
|
|
- 'HASH' => ""
|
|
|
|
|
|
+ 'HASH' => "",
|
|
|
|
+ 'TIMEZONE' => "+2"
|
|
],
|
|
],
|
|
'FRIEND_0' => [
|
|
'FRIEND_0' => [
|
|
'USERNAME' => "John",
|
|
'USERNAME' => "John",
|
|
@@ -87,7 +90,8 @@ $CONFIG = [
|
|
'PIC_FOLDER' => "user",
|
|
'PIC_FOLDER' => "user",
|
|
// password: yourpassword
|
|
// password: yourpassword
|
|
// salt: yoursalt
|
|
// salt: yoursalt
|
|
- 'HASH' => ""
|
|
|
|
|
|
+ 'HASH' => "",
|
|
|
|
+ 'TIMEZONE' => "+2"
|
|
],
|
|
],
|
|
'FRIEND_1' => [
|
|
'FRIEND_1' => [
|
|
'USERNAME' => "John",
|
|
'USERNAME' => "John",
|
|
@@ -96,7 +100,8 @@ $CONFIG = [
|
|
'PIC_FOLDER' => "user",
|
|
'PIC_FOLDER' => "user",
|
|
// password: yourpassword
|
|
// password: yourpassword
|
|
// salt: yoursalt
|
|
// salt: yoursalt
|
|
- 'HASH' => ""
|
|
|
|
|
|
+ 'HASH' => "",
|
|
|
|
+ 'TIMEZONE' => "+2"
|
|
],
|
|
],
|
|
'FRIEND_2' => [
|
|
'FRIEND_2' => [
|
|
'USERNAME' => "John",
|
|
'USERNAME' => "John",
|
|
@@ -105,7 +110,8 @@ $CONFIG = [
|
|
'PIC_FOLDER' => "user",
|
|
'PIC_FOLDER' => "user",
|
|
// password: yourpassword
|
|
// password: yourpassword
|
|
// salt: yoursalt
|
|
// salt: yoursalt
|
|
- 'HASH' => ""
|
|
|
|
|
|
+ 'HASH' => "",
|
|
|
|
+ 'TIMEZONE' => "+2"
|
|
],
|
|
],
|
|
],
|
|
],
|
|
|
|
|