missing text class include
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
$document_root = $matches[1];
|
$document_root = $matches[1];
|
||||||
set_include_path($document_root);
|
set_include_path($document_root);
|
||||||
require_once "resources/require.php";
|
require_once "resources/require.php";
|
||||||
|
require_once "resources/classes/text.php";
|
||||||
$_SERVER["DOCUMENT_ROOT"] = $document_root;
|
$_SERVER["DOCUMENT_ROOT"] = $document_root;
|
||||||
$format = 'text'; //html, text
|
$format = 'text'; //html, text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user