diff --git a/src/config/app.php.example b/src/config/app.php.example index f48503c..b281d7b 100644 --- a/src/config/app.php.example +++ b/src/config/app.php.example @@ -65,6 +65,7 @@ define('GEOIP_LITE_2_CITY_DB', __DIR__ . '/../../storage/GeoLite2/GeoLite2-City. // Webapp define('WEBSITE_URL', ''); define('WEBSITE_NAME', 'YGGstate'); +define('WEBSITE_CSS_VERSION', 1); define('WEBSITE_PEER_REMOTE_TIME_ONLINE_TIMEOUT', 60 * 5); define('WEBSITE_PEER_REMOTE_PAGINATION_LIMIT', 20); diff --git a/src/public/index.php b/src/public/index.php index 31dc37f..43992d5 100644 --- a/src/public/index.php +++ b/src/public/index.php @@ -165,9 +165,9 @@ $peers = $memory->getByMethodCallback(
- - - + + +