projects
/
sdlgit/SDL-Site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e3ef956
)
move sdl.cgi into cgi-bin/
Matt S Trout [Thu, 12 Nov 2009 16:59:28 +0000 (16:59 +0000)]
cgi-bin/sdl.cgi
[moved from
sdl.cgi
with 97% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/sdl.cgi
b/cgi-bin/sdl.cgi
similarity index 97%
rename from
sdl.cgi
rename to
cgi-bin/sdl.cgi
index
fc58aa4
..
4e1d4c8
100755
(executable)
--- a/
sdl.cgi
+++ b/
cgi-bin/sdl.cgi
@@
-1,7
+1,7
@@
#!/usr/bin/perl
use FindBin;
-use lib $FindBin::RealBin.'/code';
+use lib $FindBin::RealBin.'/../code';
use Web::Simple 'SDL_Perl::WebSite';
sub SDL_Perl::WebSite::Page::html { ${+shift} }