[cvs] cvs commit: horde css.php

Michael Cochrane mike@graftonhall.co.nz
Sun, 23 Dec 2001 21:28:00 +0000


Still not perfect because $HTTP_SERVER_VARS['SCRIPT_NAME'] is not going to 
contain the name of the script if you are using the cgi version of php, as i am 
under win32.
i have changed mine to 
$send_headers = strstr($HTTP_SERVER_VARS['PATH_TRANSLATED'], 'css.php');
as this value appears to be consistant between cgi and apache versions from the 
phpinfo screens i can get access to.

 - Mike

Quoting Jan Schneider <jan@ammma.de>:

> jan         2001/12/23 07:52:24 PST
> 
>   Modified files:
>     .                    css.php 
>   Log:
>   Fix wrong argument order.
>   
>   Revision  Changes    Path
>   1.13      +2 -2      horde/css.php
> 
>   Chora Links:
>   http://cvs.horde.org/diff.php/horde/css.php?r1=1.12&r2=1.13&ty=u
> 
> -- 
> To unsubscribe, mail: cvs-unsubscribe@lists.horde.org
> 
>