Skip to content

Commit

Permalink
quick fix to delete $props
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Apr 20, 2024
1 parent 7f32430 commit 3944c63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
require_once('./utils.php');
require_once('./classes/JSONDatabase.php');

$props = array(
array('house', false),
array('base', true, true),
);

// whitelist of correct extensions
$authorized_file_extension = array('.txt', '.png', '.jpg', '.jpeg');
// subfolder of uploads location, must start with dirname($_SERVER['SCRIPT_FILENAME'])
Expand Down

0 comments on commit 3944c63

Please sign in to comment.