data-store.php

Basic data store utility -- unfinished
git clone git://git.finwo.net/lib/data-store.php
Log | Files | Refs

.htaccess (128B)


      1 RewriteEngine On
      2 RewriteCond %{REQUEST_FILENAME}   !-d
      3 RewriteCond %{REQUEST_FILENAME}   !-f
      4 RewriteRule . not-found.php [NC,L]