From 3016c3a294fb29f866a10d8f97e5cfc65dfede68 Mon Sep 17 00:00:00 2001 From: erlehmann Date: Wed, 10 Oct 2007 21:32:46 +0000 Subject: [PATCH] no file extensions for sane URLs git-svn-id: http://yolanda.mister-muffin.de/svn@18 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/{functions.pl => functions} | 2 +- trunk/{include.pl => include} | 0 trunk/{index.pl => index} | 4 ++-- trunk/{login.pl => login} | 0 trunk/{register.pl => register} | 0 trunk/{upload.pl => upload} | 0 trunk/{uploader.pl => uploader} | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename trunk/{functions.pl => functions} (96%) rename trunk/{include.pl => include} (100%) rename trunk/{index.pl => index} (89%) rename trunk/{login.pl => login} (100%) rename trunk/{register.pl => register} (100%) rename trunk/{upload.pl => upload} (100%) rename trunk/{uploader.pl => uploader} (100%) diff --git a/trunk/functions.pl b/trunk/functions similarity index 96% rename from trunk/functions.pl rename to trunk/functions index 61c7be3..0819406 100644 --- a/trunk/functions.pl +++ b/trunk/functions @@ -1,4 +1,4 @@ -require "/var/www/perl/include.pl"; +require "/var/www/perl/include"; #get tags from database and fill $page with xml sub fill_tagcloud { diff --git a/trunk/include.pl b/trunk/include similarity index 100% rename from trunk/include.pl rename to trunk/include diff --git a/trunk/index.pl b/trunk/index similarity index 89% rename from trunk/index.pl rename to trunk/index index 032aae4..7e3a606 100644 --- a/trunk/index.pl +++ b/trunk/index @@ -1,5 +1,5 @@ -require "/var/www/perl/include.pl"; -require "/var/www/perl/functions.pl"; +require "/var/www/perl/include"; +require "/var/www/perl/functions"; #create or resume session CGI::Session->name($session_name); diff --git a/trunk/login.pl b/trunk/login similarity index 100% rename from trunk/login.pl rename to trunk/login diff --git a/trunk/register.pl b/trunk/register similarity index 100% rename from trunk/register.pl rename to trunk/register diff --git a/trunk/upload.pl b/trunk/upload similarity index 100% rename from trunk/upload.pl rename to trunk/upload diff --git a/trunk/uploader.pl b/trunk/uploader similarity index 100% rename from trunk/uploader.pl rename to trunk/uploader