Hallo
Bin am aufbau einer Demo site mit 1.5

Es wird für 1.1.12 empfohlen in der version php, folgende änderungen für eine Demo site zu machen.

For a demo site it is advised to following:

/** @var string Whether site is a production = 1 or demo site = 0 */
var $SITE = 0;
/** @var string Whether site has restricted functionality mostly used for demo sites: 0 is default */
var $RESTRICT = 1;

$SITE = 0
Allows multiple user logins with only one account. By default Joomla! allows only one active session per account as a security feature.

$RESTRICT = 1
Disables those logging in, both frontend and backend from changing user details - like password and username
Da es aber diese datei nicht gibt im 1.5.^, kann mir jemand sagen, wie ich die selbe restriktionen erreichen kann?