Changeset 1179180
- Timestamp:
- 06/11/2015 06:38:14 PM (11 years ago)
- File:
-
- 1 edited
-
cyclos/trunk/cyclos-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyclos/trunk/cyclos-admin.php
r1111214 r1179180 86 86 } 87 87 88 if (empty($errorMessage)) { ?> 88 if (empty($errorMessage)) { 89 $display = $user->display ? $user->display : $user->name; ?> 89 90 <p>Congratulations! Cyclos is corretly configured for: <a href="<?= $rootUrl ?>"><?= $rootUrl ?></a>.<br> 90 The administrator used for access is < ?= $user->name ?> (<?= $user->username ?>).</p>91 <p>You can show the login form in any page, by inserting the code: [cycloslogin]</p>91 The administrator used for access is <b><?= $display ?></b>.</p> 92 <p>You can show the login form in any page, by inserting the code: <b><code>[cycloslogin]</code></b></p> 92 93 93 94 <?php
Note: See TracChangeset
for help on using the changeset viewer.