[svn r11484] Fixed bug FS#1253 by removing harcoded protocol

skala
Yannick Warnier 18 years ago
parent a9e7d80b43
commit 9c9e80434e
  1. 4
      main/admin/settings.php

@ -1,5 +1,5 @@
<?php <?php
// $Id: settings.php 11165 2007-02-20 01:44:40Z yannoo $ // $Id: settings.php 11484 2007-03-07 12:40:13Z yannoo $
/* /*
============================================================================== ==============================================================================
Dokeos - elearning and course management software Dokeos - elearning and course management software
@ -57,7 +57,7 @@ api_protect_admin_script();
if ($_POST['submit_stylesheets']) if ($_POST['submit_stylesheets'])
{ {
$message = store_stylesheets(); $message = store_stylesheets();
header("Location: http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}?category=stylesheets"); header("Location: ".api_get_path(WEB_PATH)."{$_SERVER['PHP_SELF']}?category=stylesheets");
exit; exit;
} }

Loading…
Cancel
Save