10 lines
356 B
PHP
Executable File
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;
|