Removed css; fixed ampersand issue...
This commit is contained in:
parent
f4604782b6
commit
c782de9589
12
README.md
12
README.md
@ -14,16 +14,14 @@ WebFM is a media and file viewer aspiring to become a full fledged file manager
|
|||||||
10. Save paths to favorites list for quick access.
|
10. Save paths to favorites list for quick access.
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
1. Folders and files CAN NOT have & in the names. Otherwise, you can't access that item with the viewer.
|
1. The provided folders except "resources" are optional. You can add and remove them as you please.
|
||||||
3. The provided folders except "resources" are optional. You can add and remove them as you please.
|
2. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.
|
||||||
4. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls.
|
3. Edit the resources/php/config.php file and put your own programs there.
|
||||||
5. Edit the resources/php/config.php file and put your own programs there.
|
4. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files.
|
||||||
6. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files.
|
|
||||||
|
|
||||||
# TO-DO
|
# TO-DO
|
||||||
1. Allow for move and copy.
|
1. Allow for move and copy.
|
||||||
3. Fix & problem.
|
2. Implement themes functionality.
|
||||||
4. Implement themes functionality.
|
|
||||||
|
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
html {
|
html {
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 0em;
|
padding: 0em;
|
||||||
/* overflow-x: hidden; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul, li {
|
ol, ul, li {
|
||||||
|
Loading…
Reference in New Issue
Block a user