Skip to content

Commit

Permalink
whatever i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchy- committed Feb 8, 2015
1 parent 03b1d2b commit 10ed3df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/news.my.to/index.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@
/*
RewriteEngine On
RewriteRule ^/tfa/(.*)$ /index.php?tfa=$1 [L]
RewriteRule ^/img/(.*)$ /index.php?img=$1 [L]
RewriteRule ^/op/(.*)$ /index.php?op=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
*/

#####################################################################################################

if ((isset($_GET["op"])==True) and (isset($_GET["user"])==True))
{
die("success!");
}

echo "<html><head><title>hi chromas!</title></head><body><p>welcome to news.my.to -- crutchy</p></body></html>";

#####################################################################################################
Expand Down

0 comments on commit 10ed3df

Please sign in to comment.