Skip to content

Commit 442c521

Browse files
fixing cron page linking
1 parent 5452f90 commit 442c521

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.php

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<?php if(isset($_GET['unreturnbook'])){ ?>unreturn Borrower<?php } ?>
6565
<?php if(isset($_GET['unreturnedBooks'])){ ?>List of Unreturned Books<?php } ?>
6666
<?php if(isset($_GET['Booklist'])){ ?>List of Books<?php } ?>
67+
<?php if(isset($_GET['cron'])){ ?>Update Fines<?php } ?>
6768

6869
</div>
6970
</div>
@@ -111,6 +112,9 @@
111112
elseif(isset($_GET['overdue'])){
112113
include('overdue.php');
113114
}
115+
elseif(isset($_GET['cron'])){
116+
include('cron.php');
117+
}
114118

115119
/*----------------------------------------------*/
116120

0 commit comments

Comments
 (0)