Commit 83550c4b authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes: #2731 Added a define for 1.0.8 for using old template system

Showing with 2 additions and 0 deletions
+2 -0
......@@ -292,4 +292,6 @@ if (!(isset($_SERVER['HTTPS']) && stristr($_SERVER['HTTPS'], "on"))) {
$ssl = "https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
}
}
define('_OLD_TEMPLATES_', TRUE);
?>
  • bmortier @bmortier

    mentioned in issue #941 (closed)

    By Côme Chilliet on 2017-09-02T15:05:24 (imported from GitLab)

    ·

    mentioned in issue #941 (closed)

    By Côme Chilliet on 2017-09-02T15:05:24 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment