Skip to content

Commit 9ba0e34

Browse files
Define NOLOGIN on custom.css.php (#151)
1 parent c558433 commit 9ba0e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

htdocs/theme/oblyon/custom.css.php

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

20+
define('NOLOGIN', 1); // Allow the use of the custom CSS on public pages like tickets
21+
2022
$res = 0;
2123
if (! $res && file_exists("../main.inc.php")) $res = @include "../main.inc.php";
2224
if (! $res && file_exists("../../main.inc.php")) $res = @include "../../main.inc.php";

0 commit comments

Comments
 (0)