Changeset 1909 for trunk/template/yoga/mail/text/plain
- Timestamp:
- Mar 16, 2007, 7:15:27 AM (18 years ago)
- Location:
- trunk/template/yoga/mail/text/plain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/mail/text/plain/admin/index.php
r1900 r1909 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 9 // | last update : $Date: 2006-03-15 23:44:35 +0100 (mer., 15 mars 2006) $ 10 // | last modifier : $Author: plg $ 11 // | revision : $Revision: 1082 $ 7 // | file : $Id: functions_calendar.inc.php 1900 2007-03-12 22:33:53Z rub $ 8 // | last update : $Date: 2006-07-18 23:38:54 +0200 (mar., 18 juil. 2006) $ 9 // | last modifier : $Author: rub $ 10 // | revision : $Revision: 1481 $ 12 11 // +-----------------------------------------------------------------------+ 13 12 // | This program is free software; you can redistribute it and/or modify | … … 26 25 // +-----------------------------------------------------------------------+ 27 26 28 // recursive call of index.php 29 30 $url = '../index.php'; 27 // Recursive call 28 $url = '../'; 31 29 header( 'Request-URI: '.$url ); 32 30 header( 'Content-Location: '.$url ); -
trunk/template/yoga/mail/text/plain/index.php
r1900 r1909 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 9 // | last update : $Date: 2006-03-15 23:44:35 +0100 (mer., 15 mars 2006) $ 10 // | last modifier : $Author: plg $ 11 // | revision : $Revision: 1082 $ 7 // | file : $Id: functions_calendar.inc.php 1900 2007-03-12 22:33:53Z rub $ 8 // | last update : $Date: 2006-07-18 23:38:54 +0200 (mar., 18 juil. 2006) $ 9 // | last modifier : $Author: rub $ 10 // | revision : $Revision: 1481 $ 12 11 // +-----------------------------------------------------------------------+ 13 12 // | This program is free software; you can redistribute it and/or modify | … … 26 25 // +-----------------------------------------------------------------------+ 27 26 28 // recursive call of index.php 29 30 $url = '../index.php'; 27 // Recursive call 28 $url = '../'; 31 29 header( 'Request-URI: '.$url ); 32 30 header( 'Content-Location: '.$url );
Note: See TracChangeset
for help on using the changeset viewer.