mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
2009-06-22 Manuel Arostegui <marostegui@artica.es>
* include/functions_filemanager.php: Fixed ugly warning, the languanges path was incorrect. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1756 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
320522718e
commit
1dc5a690ac
@ -1,3 +1,8 @@
|
|||||||
|
2009-06-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
* include/functions_filemanager.php: Fixed ugly warning, the
|
||||||
|
languanges path was incorrect.
|
||||||
|
|
||||||
2009-06-22 Miguel de Dios <miguel.dedios@artica.es>
|
2009-06-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/admin_access_logs.php: Fix fall the table of logs to
|
* godmode/admin_access_logs.php: Fix fall the table of logs to
|
||||||
|
@ -108,7 +108,7 @@ function get_file_manager_available_directories () {
|
|||||||
$dirs = array ();
|
$dirs = array ();
|
||||||
$dirs['images'] = "images";
|
$dirs['images'] = "images";
|
||||||
$dirs['attachment'] = "attachment";
|
$dirs['attachment'] = "attachment";
|
||||||
$dirs['languages'] = "languages";
|
$dirs['languages'] = "include/languages";
|
||||||
|
|
||||||
foreach ($dirs as $dirname) {
|
foreach ($dirs as $dirname) {
|
||||||
$dirpath = realpath ($config['homedir'].'/'.$dirname);
|
$dirpath = realpath ($config['homedir'].'/'.$dirname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user