Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by wellsi, Thu Mar 27 08:30:25 2014 UTC | Revision 1.2 by wellsi, Thu Mar 27 09:27:45 2014 UTC | |
---|---|---|
# | Line 5 diff -ruN e-smith-starterwebsite-2.4.0.o | Line 5 diff -ruN e-smith-starterwebsite-2.4.0.o |
5 | my ($fm) = @_; | my ($fm) = @_; |
6 | ||
7 | my $q = $fm->{'cgi'}; | my $q = $fm->{'cgi'}; |
8 | + my $primary_location = '/home/e-smith/files/primary/html/index.htm'; | + my $primary_location = ' /home/e-smith/files/ibays/Primary/html/index.htm'; |
9 | ||
10 | - if (! open (WR, ">/home/e-smith/files/primary/html/index.htm")) | - if (! open (WR, ">/home/e-smith/files/primary/html/index.htm")) |
11 | + if (! open (WR, ">$primary_location")) | + if (! open (WR, ">$primary_location")) |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |