com web/pres2: Added default used for my version.: config.php-dist

[email protected] (Derick Rethans) Wed, 25 Nov 2015 11:40:04 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    5e02a5e82f3a0a4618cd12285241ec41ab2709c9
Author:    Derick Rethans <[email protected]>         Mon, 1 Oct 2012 13:22:43 +0100
Parents:   e2f061401bdb628423bb5200313ee7faf4d91adc
Branches:  dericks-renderer

Link:       http://git.php.net/?p=web/pres2.git;a=commitdiff;h=5e02a5e82f3a0a4618cd12285241ec41ab2709c9

Log:
Added default used for my version.

Changed paths:
  M  config.php-dist


Diff:
diff --git a/config.php-dist b/config.php-dist
index f7ff86e..937a910 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,7 +1,7 @@
 <?php
 	$presentationDir = 'presentations';
 	$baseDir = '/';
-	$showScript = 'show.php';  // In case you want to ForceType a shorter one
+	$showScript = 'show2.php';  // In case you want to ForceType a shorter one
 	$helpPage = 'help.php';
 	$baseFontSize = '12pt';
 	$flashFontScale = 18;