Skip to content

Commit e5d65fb

Browse files
authored
^a^
1 parent ec6df45 commit e5d65fb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

index.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class Config {
3535
private static $default = [
3636
'root' => '',
3737
'start_path' => false,
38-
'username' => '',
39-
'password' => '',
38+
'username' => 'admin',
39+
'password' => 'admin',
4040
'load_images' => true,
4141
'load_files_proxy_php' => false,
4242
'load_images_max_filesize' => 1000000,
@@ -89,20 +89,20 @@ class Config {
8989
'download_dir' => 'browser',
9090
'download_dir_cache' => 'dir',
9191
'assets' => '_files/assets',
92-
'allow_upload' => false,
93-
'allow_delete' => false,
94-
'allow_rename' => false,
95-
'allow_new_folder' => false,
96-
'allow_new_file' => false,
97-
'allow_duplicate' => false,
98-
'allow_text_edit' => false,
99-
'allow_zip' => false,
100-
'allow_unzip' => false,
101-
'allow_move' => false,
102-
'allow_copy' => false,
92+
'allow_upload' => true,
93+
'allow_delete' => true,
94+
'allow_rename' => true,
95+
'allow_new_folder' => true,
96+
'allow_new_file' => true,
97+
'allow_duplicate' => true,
98+
'allow_text_edit' => true,
99+
'allow_zip' => true,
100+
'allow_unzip' => true,
101+
'allow_move' => true,
102+
'allow_copy' => true,
103103
'allow_download' => true,
104-
'allow_mass_download' => false,
105-
'allow_mass_copy_links' => false,
104+
'allow_mass_download' => true,
105+
'allow_mass_copy_links' => true,
106106
'allow_check_updates' => false,
107107
'allow_tests' => true,
108108
'allow_tasks' => false,

0 commit comments

Comments
 (0)