projects
/
quickshow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3058244
)
change default nperline
author
paulr
<me@pjr.cc>
Mon, 28 Nov 2011 02:50:57 +0000 (13:50 +1100)
committer
paulr
<me@pjr.cc>
Mon, 28 Nov 2011 02:50:57 +0000 (13:50 +1100)
show.php
patch
|
blob
|
history
diff --git
a/show.php
b/show.php
index
6a753ab
..
3fc88bc
100644
(file)
--- a/
show.php
+++ b/
show.php
@@
-7,7
+7,7
@@
#$show_dir = "/export/data/Pictures/showdir";
$show_dir = "/net/iron/export/quickshow/";
-$n_per_line = 4;
+$n_per_line = 6;
$this_url = "http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];