]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/htconfig.tpl
Replacing quotes around new directory link
[friendica.git] / view / templates / htconfig.tpl
index 02cf67f39d1ee962f8e7a1f624c5af2e3d582d21..6a156012a282e533a085cca66dca52e48e21c50f 100644 (file)
@@ -1,14 +1,16 @@
 <?php
 
 /* ********************************************************************
- *  The following configuration has to be within the .htconfig file
- *  and will not be overruled by decisions made in the admin panel.
+ *  The following configuration has to be within the .htconfig.php
+ *  file and will not be overruled by decisions made in the admin panel.
  *
  *  See below for variables that may be overruled by the admin panel.
  * ********************************************************************/
 
 // Set the following for your MySQL installation
-// Copy or rename this file to .htconfig.php
+//
+// If you need to specify a port for reacing the database, you can do so by
+// adding ":portnumber" after "your.mysqlhost.com" in the $db_host config.
 
 $db_host = '{{$dbhost}}';
 $db_user = '{{$dbuser}}';