equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 /* PowerAdmin, a friendly web-based admin tool for PowerDNS. |
3 /* Poweradmin, a friendly web-based admin tool for PowerDNS. |
4 * See <https://rejo.zenger.nl/poweradmin> for more details. |
4 * See <https://rejo.zenger.nl/poweradmin> for more details. |
5 * |
5 * |
6 * Copyright 2007, 2008 Rejo Zenger <rejo@zenger.nl> |
6 * Copyright 2007, 2008 Rejo Zenger <rejo@zenger.nl> |
7 * |
7 * |
8 * This program is free software: you can redistribute it and/or modify |
8 * This program is free software: you can redistribute it and/or modify |
44 $dbdsntype = 'mysql'; |
44 $dbdsntype = 'mysql'; |
45 |
45 |
46 /* URI Configuration */ |
46 /* URI Configuration */ |
47 |
47 |
48 // $BASE_URL |
48 // $BASE_URL |
49 // This will be the main URI you will use to connect to PowerAdmin. |
49 // This will be the main URI you will use to connect to Poweradmin. |
50 // For instance: "http://poweradmin.sjeemz.nl" |
50 // For instance: "http://poweradmin.sjeemz.nl" |
51 $BASE_URL = "http://"; |
51 $BASE_URL = "http://"; |
52 |
52 |
53 // $BASE_PATH |
53 // $BASE_PATH |
54 // If PowerAdmin is in a subdir. Specify this here |
54 // If Poweradmin is in a subdir. Specify this here |
55 // For instance: "/admin/" |
55 // For instance: "/admin/" |
56 $BASE_PATH = "/admin/"; |
56 $BASE_PATH = "/admin/"; |
57 |
57 |
58 // $LANG |
58 // $LANG |
59 // Which language should be used for the web interface? |
59 // Which language should be used for the web interface? |