update
This commit is contained in:
+6
-6
@@ -38,7 +38,7 @@ init();
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<!--page func-->
|
/** page func start */
|
||||||
<?php function show_index()
|
<?php function show_index()
|
||||||
{
|
{
|
||||||
ob_start(); ?>
|
ob_start(); ?>
|
||||||
@@ -89,9 +89,9 @@ init();
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!--page func end-->
|
/** page func end */
|
||||||
|
|
||||||
<!--api-->
|
/** api func start */
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
function check_api()
|
function check_api()
|
||||||
@@ -126,10 +126,10 @@ function api_test()
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!--api end-->
|
/** api func end */
|
||||||
|
|
||||||
|
|
||||||
<!--common func-->
|
/** common func start */
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
function init()
|
function init()
|
||||||
@@ -161,7 +161,7 @@ function show_page()
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!--common func end-->
|
/** common func end */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user