From dbb0463448b874c2390951ccbb9cc28bb10aa8dd Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 30 Apr 2013 22:52:35 +0200 Subject: [PATCH] Point to actual readme if no config found --- includes/load-yourls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/load-yourls.php b/includes/load-yourls.php index 2b78803..d5bfe89 100644 --- a/includes/load-yourls.php +++ b/includes/load-yourls.php @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/config.php' ); } else { // config.php not found :( - die( '

Cannot find config.php.

Please read the readme.html to learn how to install YOURLS

' ); + die( '

Cannot find config.php.

Please read the readme.html to learn how to install YOURLS

' ); } // Check if config.php was properly updated for 1.4 -- 2.45.0