last changes
[ayans.git] / includes / prepend.php
blob6e25630ff379d4dd0af1248b32df1477fca586df
1 <?php
3 if (DEBUG == true) {
4 error_reporting(E_ALL);
7 function exception_handler($exception) {
8 echo "Exception non attrapée : " , $exception->getMessage(), "\n";
11 set_exception_handler('exception_handler');
13 require INCLUDES_PATH.'markdown.php';
14 require INCLUDES_PATH.'templates.php';
15 require INCLUDES_PATH.'filters.php';
16 require INCLUDES_PATH.'news-node.php';