Files
resourcespace/include/version.php
2025-07-18 16:20:14 +07:00

10 lines
356 B
PHP
Executable File

<?php
$productname = "ResourceSpace"; # Product name. Do not change.
$productversion = "SVN 10.6";
# External items reload key
# Increment the below value to force a reload of the CSS, JavaScripts and other included items.
# This is intended for developer use when altering such files. It will force a reload on all client browsers.
$css_reload_key = 2;