pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

config.php.sample (158B)


      1 <?php
      2 
      3 date_default_timezone_set("Europe/Berlin");
      4 $GLOBALS["pw_salt"] = "set_a_proper_salt";
      5 $GLOBALS["data_dir"] = $_SERVER["DOCUMENT_ROOT"] . "/data";
      6 
      7 ?>