Remove unnecessary config-loading

This commit is contained in:
Jaidyn Lev 2018-10-07 03:40:14 -05:00
parent 3b8bd9478b
commit daec256177
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
<?php
include("../config.php");
// FILEPATH URL --> RELATIVE_PATH
// SIDE-EFFECT: Written redirect PHP to filepath

View File

@ -1,6 +1,5 @@
<?php
include("../config.php");
function celebrate($dest_file, $item_type, $image_url, $image_alt, $meta_data = false)
{

View File

@ -1,6 +1,5 @@
<?php
include("../config.php");
include("array.php");
include("file.php");

View File

@ -1,6 +1,5 @@
<?php
include("../config.php");
// FILENAME --> SAFE_FILENAME_STRING
// Sanitize a filename by replacing common suspicious characters with "_".