Rename www folder into public, adjust constants.php acordingly

This commit is contained in:
DariusIII
2017-07-31 15:37:32 +02:00
parent 223c609feb
commit 4c45ba2952
828 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
2017-07-31 DariusIII
* Chg: Rename www folder into public, adjust constants.php acordingly
* Chg: Add Models/User
* Fix: Fix used type of value in Models/Tmux from string to bool
* Chg: Update www/index.php
+1 -1
View File
@@ -38,7 +38,7 @@ define('NN_TMUX', NN_UPDATE . 'nix' . DS . 'tmux'. DS);
define('NN_MULTIPROCESSING', NN_NIX . 'multiprocessing' . DS);
// Refers to the web root for the Smarty lib
define('NN_WWW', NN_ROOT . 'www' . DS);
define('NN_WWW', NN_ROOT . 'public' . DS);
// Used to refer to the resources folder
define('NN_RES', NN_ROOT . 'resources' . DS);
View File
View File

Some files were not shown because too many files have changed in this diff Show More