Хранилища Subversion ant

Редакция

Редакция 125 | Редакция 127 | К новейшей редакции | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 125 Редакция 126
Строка 17... Строка 17...
17
 * License along with this library; if not, write to the Free Software
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 *
19
 *
20
 */
20
 */
21
21
-
 
22
require_once dirname(__FILE__)."/lib/init.php";
-
 
23
22
$mode = abs(intval($_GET["atom"]));
24
$mode = abs(intval($_GET["atom"]));
23
// RSS 2.0 - $mode = 0
25
// RSS 2.0 - $mode = 0
24
// Atom 1.0 - $mode = 1
26
// Atom 1.0 - $mode = 1
25
27
26
switch($mode) {
28
switch($mode) {