great refactoring, bootstrap 3 etc.

This commit is contained in:
Sven Zemanek
2014-09-11 18:15:06 +02:00
parent a73ab28771
commit 644857d47d
37 changed files with 9177 additions and 8949 deletions

5
count.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
include 'includes/file.php';
add_visit(crypt($_SERVER['REMOTE_ADDR'], get_salt('./data/salt.sav')), './data/visits.sav');
echo "s";
?>