From edacf95ad24fca3c4ae08b44ffdfe4be5c68fdc1 Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 13 Oct 2006 16:28:21 +0000 Subject: removing bin/lynx and bin/mozilla folders. All scripts are now at bin/ with bin/custom for custom scripts (user specific or otherwise) git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@208 4979c152-3d1c-0410-bac9-87ea11338e46 --- admin.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin.pl') diff --git a/admin.pl b/admin.pl index 9fd0cb6a..7f83eb74 100755 --- a/admin.pl +++ b/admin.pl @@ -100,7 +100,7 @@ if ($form{path}) { if ($form{path} ne 'bin/lynx'){ $form{path} = 'bin/mozilla';} $ARGV[0] = "$_&script=$script"; - require "$form{path}/$script"; + require "bin/$script"; } else { @@ -113,7 +113,7 @@ if ($form{path}) { $ARGV[0] = "path=bin/$form{terminal}&script=$script"; map { $ARGV[0] .= "&${_}=$form{$_}" } keys %form; - require "bin/$form{terminal}/$script"; + require "bin/$script"; } -- cgit v1.2.3