diff --git a/book.php b/book.php index 9c34cbc..8cc8c9f 100644 --- a/book.php +++ b/book.php @@ -647,7 +647,8 @@ function getJson ($complete = false) { $out["abouturl"] = "index.php" . addURLParameter ("?page=16", DB, $database); if ($page == Base::PAGE_ABOUT) { - $out ["fullhtml"] = file_get_contents('about.html'); + $temp = preg_replace ("/\About COPS\<\/h1\>/", "

About COPS " . VERSION . "

", file_get_contents('about.html')); + $out ["fullhtml"] = $temp; } $out ["homeurl"] = "index.php";