Migration

This commit is contained in:
2016-02-21 01:33:05 +01:00
commit 6db8a86a48
386 changed files with 17311 additions and 0 deletions

8
0.7.1/panel/.htaccess Executable file
View File

@@ -0,0 +1,8 @@
RewriteEngine on
RewriteRule ^Page\.html$ mainpage.php [L]
RewriteRule ^Page-([a-zA-Z]+)\.html$ mainpage.php?id=$1 [L]
RewriteRule ^Page-([a-zA-Z]+)-([a-zA-Z0-9]+)\.html$ mainpage.php?id=$1&ids=$2 [L]
RewriteRule ^resultat\.html$ resultat.php [L]
RewriteRule ^execution-([0-9]+)\.html$ traitement.php?id=$1 [L]