diff --git a/config.php b/config.php new file mode 100644 index 0000000..dab41b5 --- /dev/null +++ b/config.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/index.php b/index.php index 36d09b6..6b08588 100644 --- a/index.php +++ b/index.php @@ -34,16 +34,11 @@ if (isset($_GET['tag'])){$search_tags=strip_tags($_GET['tag']);}else{$search_tag // CONFIGURABLE OPTIONS // change those directories'names for more security -$GLOBAL['data_folder'] = 'mypersonaldata'; -$GLOBAL['private_data_folder'] = $GLOBAL['data_folder'].'/private'; -$GLOBAL['public_data_folder'] = $GLOBAL['data_folder'].'/public'; -$GLOBAL['default_data_folder'] = $GLOBAL['public_data_folder'];//change to private_data_folder to make private the default status +include('config.php'); + $GLOBAL['version']='2.1'; -$GLOBAL['rss_title']='Respawn: le flux de la webliothèque'; -$GLOBAL['rss_description']='Le respawn de warriordudimanche.net'; $GLOBAL['respawn_url']=returncurrenturl(); -$GLOBAL['message'] = 'Votre webliothèque perso'; -$GLOBAL['public_title'] = 'Voici la webliothèque publique de Bronco'; + $bookmarklet='Bookmarklet'; $column_width='width:47%'; if ($GLOBAL['public']){$bookmarklet='';$column_width='width:97%';}