diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-01-05 16:26:38 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-01-05 16:26:38 +0100 |
| commit | e593ccd7983450b54b96eef9fb22723d02335a39 (patch) | |
| tree | 0743ad63dc06f155fc4941c7d470b96d56a932b2 /index.php | |
| parent | 7f123cdab43e1d8087481958155304dac5fd2c64 (diff) | |
add tiny index.php (this one is better solved by .htaccess, but I digress)
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 000000000..b0c2b7779 --- /dev/null +++ b/index.php @@ -0,0 +1 @@ +<? require "tt-rss.php" ?> |