11 lines
341 B
PHP
11 lines
341 B
PHP
--- html/index.php.in.orig 2017-02-23 20:00:40 UTC
|
|
+++ html/index.php.in
|
|
@@ -1,6 +1,7 @@
|
|
<?php
|
|
+include_once(dirname(__FILE__).'/includes/utils.inc.php');
|
|
// Allow specifying main window URL for permalinks, etc.
|
|
-$url = 'main.php';
|
|
+$url = $cfg['cgi_base_url'].'/tac.cgi';
|
|
|
|
if ("@COREWINDOW@" == "yes" && isset($_GET['corewindow'])) {
|
|
|