Skip to content

files.php separation

Zachary Sistrunk requested to merge gh-33390213/8/3RaGaming/dev into master

Created by: stuudmuffin

files.php is no longer called from the html body. The files table is now handled via javascript in base.js to retrieve the files_table.php file, which will append to the now default empty tbody in the file view.

server_name and server_password have been moved to the beginning document.ready() event.

One more step to become fully dynamic. Server_select.

server_version will probably need it's own configuration page/area. Going to need a nav menu soon.

Merge request reports