summaryrefslogtreecommitdiffstats
path: root/videomv.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-08-10 16:21:30 +0200
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-08-10 16:21:30 +0200
commitd8e2daec70222199767b19b2d37a91657aa46cfc (patch)
treedd72b6463d414f7bd8a8aa6a34cb36e861352c18 /videomv.pl
parentf7b925955aab3802ee3918a7cc592cdd1e0c6682 (diff)
-tmp
Diffstat (limited to 'videomv.pl')
-rwxr-xr-xvideomv.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/videomv.pl b/videomv.pl
index 5f40811..02ebedb 100755
--- a/videomv.pl
+++ b/videomv.pl
@@ -26,9 +26,6 @@ use strict;
my $symlinks = catdir($HOME,'video','MOVIES'); # Symlinks folder
my $directors = catdir($HOME,'video','DIRECTORS'); # Directors folder
-$symlinks = catdir('','tmp','video','MOVIES'); # Symlinks folder
-$directors = catdir('','tmp','video','DIRECTORS'); # Directors folder
-
my $driver = "mysql";
my $database = "videodb";
my $hostname = "127.0.0.1";