Browse Source

Add files via upload

Capitan Cloud 2 years ago
parent
commit
d9a7bffbea
1 changed files with 14 additions and 14 deletions
  1. 14 14
      Private/config/config.inc.sample

+ 14 - 14
Private/config/config.inc.sample

@@ -4,7 +4,7 @@
  * Copyright 2021, 2024 5 Mode
  * Copyright 2021, 2024 5 Mode
  * All Rights Reserved.
  * All Rights Reserved.
  * 
  * 
- * This file is part of Simplicity.
+ * This file is part of TheMultiversed.org.
  * 
  * 
  * Redistribution and use in source and binary forms, with or without
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
  * modification, are permitted provided that the following conditions are met:
@@ -30,7 +30,7 @@
  * 
  * 
  * config.inc
  * config.inc
  * 
  * 
- * Simplicity configuration settings.
+ * TheMultiversed.org configuration settings.
  *
  *
  * @author Daniele Bonini <my25mb@aol.com>
  * @author Daniele Bonini <my25mb@aol.com>
  * @copyrights (c) 2021, 2024, 5 Mode     
  * @copyrights (c) 2021, 2024, 5 Mode     
@@ -44,8 +44,8 @@ define('ADMIN_VIEW', "1");
 define('PUBLIC_VIEW', "2");
 define('PUBLIC_VIEW', "2");
 define('LOCKED_VIEW', "3");
 define('LOCKED_VIEW', "3");
  
  
-define('APP_NAME', "Simplicity:");
-define('APP_TITLE', "Simplicity: everyone its netbuddies.");
+define('APP_NAME', "TheMultiversed.org");
+define('APP_TITLE', "TheMultiversed.org: everyone its netbuddies.");
 
 
 // password: your_password
 // password: your_password
 //define('APP_BLOG_HASH', "");
 //define('APP_BLOG_HASH', "");
@@ -55,7 +55,7 @@ define('APP_TITLE', "Simplicity: everyone its netbuddies.");
 define('APP_HASH', "");
 define('APP_HASH', "");
 define('APP_SALT', "yoursalt");
 define('APP_SALT', "yoursalt");
 
 
-define('APP_HOST', "YourSimplicity.com");
+define('APP_HOST', "YourMultiversedOrg.com");
 define('APP_PATH', "/var/www/YourWebApp/Public");
 define('APP_PATH', "/var/www/YourWebApp/Public");
 define('APP_HOME_PATH', "");
 define('APP_HOME_PATH', "");
 define('APP_PRIVATE_PATH', "/var/www/YourWebApp/Private");
 define('APP_PRIVATE_PATH', "/var/www/YourWebApp/Private");
@@ -67,7 +67,7 @@ define('APP_LICENSE', <<<LICENSETEXT
 Copyright (c) 2016, 2024, 5 Mode
 Copyright (c) 2016, 2024, 5 Mode
 All rights reserved.
 All rights reserved.
 
 
-This file is part of Simplicity.
+This file is part of TheMultiversed.org.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 modification, are permitted provided that the following conditions are met:
@@ -96,7 +96,7 @@ LICENSETEXT
 );
 );
 // Default Locale, in two letters format
 // Default Locale, in two letters format
 define('APP_DEF_LANG', "en-US");
 define('APP_DEF_LANG', "en-US");
-define('APP_EMAIL_CONTACT', "info@yourfaceborg.com");
+define('APP_EMAIL_CONTACT', "info@yourmultiverseorg.com");
 
 
 $CONFIG = [
 $CONFIG = [
 
 
@@ -108,13 +108,13 @@ $CONFIG = [
    'LOCKED_VIEW' => "3", 
    'LOCKED_VIEW' => "3", 
     
     
    'APP' => [
    'APP' => [
-      'NAME' => "Simplicity",
-      'TITLE' => "Simplicity: everyone its netbuddies.",
+      'NAME' => "TheMultiversed.org",
+      'TITLE' => "TheMultiversed.org: everyone its netbuddies.",
       // password: your_password
       // password: your_password
       // salt: your_salt
       // salt: your_salt
       'HASH' => "",
       'HASH' => "",
       'SALT' => "yoursalt",        
       'SALT' => "yoursalt",        
-      'HOST' => "YourSimplicity.com", 
+      'HOST' => "YourMultiversedorg.com", 
       'PATH' => "/var/www/YourWebApp/Public",
       'PATH' => "/var/www/YourWebApp/Public",
       'HOME_PATH' => "",
       'HOME_PATH' => "",
       'PRIVATE_PATH' => "/var/www/YourWebApp/Private", 
       'PRIVATE_PATH' => "/var/www/YourWebApp/Private", 
@@ -126,7 +126,7 @@ $CONFIG = [
 Copyright (c) 2016, 2024, 5 Mode
 Copyright (c) 2016, 2024, 5 Mode
 All rights reserved.
 All rights reserved.
 
 
-This file is part of Simplicity.
+This file is part of TheMultiversed.org.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 modification, are permitted provided that the following conditions are met:
@@ -154,7 +154,7 @@ https://opensource.org/licenses/BSD-3-Clause
 LICENSETEXT
 LICENSETEXT
              ,
              ,
       'DEF_LANG' => "en-US",
       'DEF_LANG' => "en-US",
-      'EMAIL_CONTACT' => "info@yoursimplicity.com"
+      'EMAIL_CONTACT' => "info@yourmultiversedorg.com"
        ]      
        ]      
     
     
     ];  
     ];  
@@ -321,7 +321,7 @@ $LOCALE = [
     
     
     '/home.php' => [        
     '/home.php' => [        
       'ping' => "pong",
       'ping' => "pong",
-      'How-to: Manage your avatars in Simplicity' => "How-to: Gestire i tuoi avatar in Simplicity",  
+      'How-to: Manage your avatars in TheMultiversed.org' => "How-to: Gestire i tuoi avatar in TheMultiversed.org",  
       'CV' => "CV",  
       'CV' => "CV",  
       'Sample' => "Esempio",   
       'Sample' => "Esempio",   
       'My Network' => "Network",
       'My Network' => "Network",
@@ -343,7 +343,7 @@ $LOCALE = [
     
     
     '/home.php' => [        
     '/home.php' => [        
       'ping' => "pong",
       'ping' => "pong",
-      'How-to: Manage your avatars in Simplicity' => "HOW-TO: 免费管理您的化身",    
+      'How-to: Manage your avatars in TheMultiversed.org' => "HOW-TO: 免费管理您的化身",    
       'CV' => "简历",  
       'CV' => "简历",  
       'Sample' => "样本",  
       'Sample' => "样本",  
       'My Network' => "我的网络",  
       'My Network' => "我的网络",