diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
| commit | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (patch) | |
| tree | 9d8d719a2ccea91de86435ccd985241ddb3fa0cb /admin/main.php | |
| parent | 653c7b3a488488d4b161a8fae41ada5851bf7685 (diff) | |
| download | pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.gz pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.bz2 pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.zip | |
Rewrote Pillowcase
NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail.
Diffstat (limited to 'admin/main.php')
| -rw-r--r-- | admin/main.php | 8 |
1 files changed, 0 insertions, 8 deletions
| diff --git a/admin/main.php b/admin/main.php deleted file mode 100644 index aa01262..0000000 --- a/admin/main.php +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | <H2>Admin Panel</H2> | ||
| 2 | |||
| 3 | <UL> | ||
| 4 | <LI><A HREF="/admin/post.php">Upload a comic</A></LI> | ||
| 5 | <LI><A HREF="/admin/manage.php">Manage moderation queue</A></LI> | ||
| 6 | <LI><A HREF="/admin/update.php">HG Update</A></LI> | ||
| 7 | <LI><A HREF="/admin/logout.php">Logout</A></LI> | ||
| 8 | </UL> | ||
