Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJT Smith <nexxai@gmail.com>2022-10-04 03:40:04 +0300
committerLéo Colombaro <git@colombaro.fr>2022-10-05 01:38:24 +0300
commit2f3ea603ae8e0c8c5068ea1de5e3676352649946 (patch)
treebc96713a9d4919d0e3d64c52e7eca12300c6a96f
parent1de2b6c53f2b8321bd33213f5f5c19c404119190 (diff)
Update admin/index.php
Co-authored-by: dgw <dgw@technobabbl.es>
-rw-r--r--admin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index d676fb57..59c0c833 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -227,7 +227,7 @@ if ( isset( $_GET['u'] ) or isset( $_GET['up'] ) ) {
$display_on_page = ( $offset + 1 );
}
- // Determining Total Amount Of Pages
+ // Determine Total Amount Of Pages
$total_pages = ceil( $total_items / $perpage );
}