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