inc/config-me.inc.php
changeset 119 f74e4f88b680
parent 82 c255196bc447
child 136 c795dd75a77e
--- a/inc/config-me.inc.php	Sun Mar 30 19:22:56 2008 +0000
+++ b/inc/config-me.inc.php	Mon Mar 31 06:43:38 2008 +0000
@@ -1,6 +1,6 @@
 <?php
 
-/*  PowerAdmin, a friendly web-based admin tool for PowerDNS.
+/*  Poweradmin, a friendly web-based admin tool for PowerDNS.
  *  See <https://rejo.zenger.nl/poweradmin> for more details.
  *
  *  Copyright 2007, 2008  Rejo Zenger <rejo@zenger.nl>
@@ -46,12 +46,12 @@
 /* URI Configuration */
 
 // $BASE_URL
-// This will be the main URI you will use to connect to PowerAdmin.
+// This will be the main URI you will use to connect to Poweradmin.
 // For instance: "http://poweradmin.sjeemz.nl"
 $BASE_URL = "http://";
 
 // $BASE_PATH
-// If PowerAdmin is in a subdir. Specify this here
+// If Poweradmin is in a subdir. Specify this here
 // For instance: "/admin/"
 $BASE_PATH = "/admin/";