Version 0.9: Code comments, bug fixes, three new test files
This commit is contained in:
parent
42404cd9d7
commit
9973ea84e4
17 changed files with 390 additions and 279 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
/*
|
||||
* Rangitaki Project
|
||||
*
|
||||
* The MIT License
|
||||
*
|
||||
* Copyright 2015 mmk2410.
|
||||
|
@ -24,7 +26,7 @@
|
|||
*/
|
||||
|
||||
|
||||
if ($bloganalytics) {
|
||||
if ($bloganalytics) { // check if google analytics is enabled
|
||||
?>
|
||||
<script>
|
||||
|
||||
|
@ -47,4 +49,4 @@ if ($bloganalytics) {
|
|||
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Reference in a new issue