From d3d6d2e3f1b44fc6f8673a34981d741377e5dd04 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 12 Jul 2011 16:03:07 +0200 Subject: #4 completed import with file-upload and fsock-open method --- public/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/bootstrap.php') diff --git a/public/bootstrap.php b/public/bootstrap.php index 40a32578..1bc47923 100644 --- a/public/bootstrap.php +++ b/public/bootstrap.php @@ -7,4 +7,4 @@ $includePath = ini_get('include_path'); $includePath .= PATH_SEPARATOR . ROOTPATH . DIRECTORY_SEPARATOR . '..'; ini_set('include_path', $includePath); -?> \ No newline at end of file +?> -- cgit v1.2.3-54-g00ecf