Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #419 from BrockleyJohn/admin_filenames_deprecation
Browse files Browse the repository at this point in the history
remove include filenames.php from admin application_top
  • Loading branch information
gburton authored Aug 16, 2016
2 parents 420032b + 22b2383 commit 3175dfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin/includes/application_top.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
define('LOCAL_EXE_ZIP', 'zip');
define('LOCAL_EXE_UNZIP', 'unzip');

// include the list of project filenames
require(DIR_WS_INCLUDES . 'filenames.php');

// include the list of project database tables
require(DIR_WS_INCLUDES . 'database_tables.php');

Expand Down

0 comments on commit 3175dfa

Please sign in to comment.