Fixes no reponse
This commit is contained in:
parent
94a9a44b64
commit
0dab9b4fee
@ -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();
|
$options = get_options();
|
||||||
|
|
||||||
$command_line=FALSE;
|
$command_line=FALSE;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* Learn more about what you can customize here: http://daux.io
|
* 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
|
// Check for homepage
|
||||||
$homepage = (get_uri(false) === "") ? true : false;
|
$homepage = (get_uri(false) === "") ? true : false;
|
||||||
@ -501,7 +501,6 @@ function generate_page($options, $url_params, $base_url, $return=FALSE, &$flat_t
|
|||||||
return $buffer;
|
return $buffer;
|
||||||
}else{
|
}else{
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
@ob_end_clean();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user