diff --git a/README.md b/README.md index 27a2065ae84859d9598d09067cf0fa0fc987a48b..b19801d081928f68ade8c7d46e2c43d2dfbdcf2d 100644 --- a/README.md +++ b/README.md @@ -288,28 +288,28 @@ NutriCraft adalah aplikasi berbasis web yang dibuat untuk memudahkan user dalam Server-side <br> -* Login : 13521011, 13521xxx -* Register : 13521011 -* Meals : 13521005, 13521011 -* DetailMeal : 13521005 -* Fact : 13521011 -* Navbar : 13521xxx, 13521xxx -* Profile : 13521011 -* CMS meal : 13521005 -* CMS fact : 13521xxx +* Login : 13521011, 13521031 +* Register : 13521011, 13521031 +* Meals : 13521005, 13521011, 13521031 +* DetailMeal : 13521005, 13521031 +* Fact : 13521011, 13521031 +* Navbar : 13521031, 13521005 +* Profile : 13521011, 13521031 +* CMS meal : 13521005, 13521031, 13521011 +* CMS fact : 13521031 Client-side <br> -* Login : 13521005, 13521xxx +* Login : 13521005 * Register : 13521005 -* Meals : 13521005, 13521011 -* DetailMeal : 13521005 -* Fact : 13521005, 13521011 -* Navbar : 13521005, 13521xxx +* Meals : 13521005, 13521011, 13521031 +* DetailMeal : 13521005, 13521031 +* Fact : 13521005, 13521011, 13521031 +* Navbar : 13521005 * Profile : 13521011 -* CMS meal : 13521005 -* CMS fact : 13521005 +* CMS meal : 13521005, 13521031 +* CMS fact : 13521005, 13521031 diff --git a/server/controller/auth/Fact.php b/server/controller/auth/Fact.php index 9b18590dba1822138135f9062adfffcf33035b72..df8fd225814ad6f58c48f5cda96fdbb25e490e3f 100644 --- a/server/controller/auth/Fact.php +++ b/server/controller/auth/Fact.php @@ -10,7 +10,7 @@ $content = new Content(); if(isset($_GET['select'])){ $select = $_GET['select']; $page = $_GET['page']; - $page = ($page-1)*3; + $page = ($page-1)*2; if(isset($_GET['search'])){ $search = $_GET['search']; $result = $content->FindByTitle($search, $select, $page);