From 33649e192eaf542244733759751a076aac7deb38 Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 28 Nov 2011 13:50:57 +1100 Subject: [PATCH] change default nperline --- show.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/show.php b/show.php index 6a753ab..3fc88bc 100644 --- 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"]; -- 1.7.0.4