From 6505f6eac3d034c2abcc122fea5b0d8591c6f801 Mon Sep 17 00:00:00 2001 From: Jenkings Date: Mon, 22 Jul 2024 10:58:10 +0000 Subject: [PATCH] Update Config.php --- Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.php b/Config.php index 5364748..0137c9b 100644 --- a/Config.php +++ b/Config.php @@ -8,6 +8,6 @@ class Config { const WEBSITE_NAME = 'PSL-CMS'; const WEBSITE_SLOGAN = 'Your simple content management system'; - + const ARTICLES_PER_PAGE = 10; } \ No newline at end of file