mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
replace the crap
This commit is contained in:
parent
761dd2f13c
commit
5e9bdd8def
@ -102,7 +102,7 @@
|
|||||||
@set_time_limit(0);
|
@set_time_limit(0);
|
||||||
|
|
||||||
// get the file that contains the calendar events for your locale
|
// get the file that contains the calendar events for your locale
|
||||||
// "http://www.phpgroupware.org/headlines.rdf";
|
// "http://www.egroupware.org/headlines.rdf";
|
||||||
$network = CreateObject('phpgwapi.network');
|
$network = CreateObject('phpgwapi.network');
|
||||||
if(isset($GLOBALS['phpgw_info']['server']['holidays_url_path']) && $GLOBALS['phpgw_info']['server']['holidays_url_path'] != 'localhost')
|
if(isset($GLOBALS['phpgw_info']['server']['holidays_url_path']) && $GLOBALS['phpgw_info']['server']['holidays_url_path'] != 'localhost')
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<select name="newsettings[holidays_url_path]">
|
<select name="newsettings[holidays_url_path]">
|
||||||
<option value="localhost"{selected_holidays_url_path_localhost}>localhost</option>
|
<option value="localhost"{selected_holidays_url_path_localhost}>localhost</option>
|
||||||
<option value="http://www.phpgroupware.org/cal"{selected_holidays_url_path_http://www.phpgroupware.org/cal}>www.phpgroupware.org</option>
|
<option value="http://www.egroupware.org/cal"{selected_holidays_url_path_http://www.egroupware.org/cal}>www.egroupware.org</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user