Remove unnecessary config-loading
This commit is contained in:
parent
3b8bd9478b
commit
daec256177
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
include("../config.php");
|
||||
|
||||
// FILEPATH URL --> RELATIVE_PATH
|
||||
// SIDE-EFFECT: Written redirect PHP to filepath
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
include("../config.php");
|
||||
|
||||
function celebrate($dest_file, $item_type, $image_url, $image_alt, $meta_data = false)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
include("../config.php");
|
||||
|
||||
include("array.php");
|
||||
include("file.php");
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
include("../config.php");
|
||||
|
||||
// FILENAME --> SAFE_FILENAME_STRING
|
||||
// Sanitize a filename by replacing common suspicious characters with "_".
|
||||
|
|
Ŝarĝante…
Reference in New Issue