|
From: <var...@us...> - 2025-02-19 10:24:24
|
Revision: 11130
http://sourceforge.net/p/phpwiki/code/11130
Author: vargenau
Date: 2025-02-19 10:24:23 +0000 (Wed, 19 Feb 2025)
Log Message:
-----------
Spelling
Modified Paths:
--------------
trunk/configurator.php
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2025-02-19 10:15:46 UTC (rev 11129)
+++ trunk/configurator.php 2025-02-19 10:24:23 UTC (rev 11130)
@@ -143,7 +143,7 @@
unset($_SERVER['PHP_AUTH_USER']);
unset($_SERVER['PHP_AUTH_PW']);
- trigger_error("Permission denied. Existing ADMIN_USER credentials required. Alteranely rename config.ini to generate a new one.", E_USER_ERROR);
+ trigger_error("Permission denied. Existing ADMIN_USER credentials required. Alternatively rename config.ini to generate a new one.", E_USER_ERROR);
exit();
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|