We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558433 commit 9ba0e34Copy full SHA for 9ba0e34
htdocs/theme/oblyon/custom.css.php
@@ -17,6 +17,8 @@
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
+define('NOLOGIN', 1); // Allow the use of the custom CSS on public pages like tickets
21
+
22
$res = 0;
23
if (! $res && file_exists("../main.inc.php")) $res = @include "../main.inc.php";
24
if (! $res && file_exists("../../main.inc.php")) $res = @include "../../main.inc.php";
0 commit comments