Fixes no reponse

This commit is contained in:
LeoColomb 2014-02-16 12:56:26 +01:00
parent 94a9a44b64
commit 0dab9b4fee
2 changed files with 2 additions and 4 deletions

View File

@ -63,8 +63,7 @@ software, even if advised of the possibility of such damage.
*/
require_once('libs/functions.php');
require_once dirname( __FILE__ ) . '/libs/functions.php';
$options = get_options();
$command_line=FALSE;

View File

@ -14,7 +14,7 @@
* Learn more about what you can customize here: http://daux.io
*/
require_once('libs/markdown_extended.php');
require_once dirname( __FILE__) . '/libs/markdown_extended.php');
// Check for homepage
$homepage = (get_uri(false) === "") ? true : false;
@ -501,7 +501,6 @@ function generate_page($options, $url_params, $base_url, $return=FALSE, &$flat_t
return $buffer;
}else{
ob_end_flush();
@ob_end_clean();
}
}