[PRES] [web-pres2] master: Added default used for my version.

[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:14 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2015-11-25T11:40:04Z

Commit: https://github.com/php/web-pres2/commit/5e02a5e82f3a0a4618cd12285241ec41ab2709c9
Raw diff: https://github.com/php/web-pres2/commit/5e02a5e82f3a0a4618cd12285241ec41ab2709c9.diff

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;