Хранилища Subversion ant

Редакция

Редакция 303 | Редакция 315 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
302 alex-w 1
<?php
2
 
3
/**
4
 *  
5
 *  Codename: ant-ng - generator of sources.list for Debian and
6
 *  distributives, based on Debian
303 alex-w 7
 *  http://alex-w.org.ru/p/antng/
302 alex-w 8
 *
9
 *  Copyright (c) 2009 Alexander Wolf
10
 *  Dual licensed under the MIT and GNU LGPL licenses.
303 alex-w 11
 *  http://alex-w.org.ru/p/antng/license
302 alex-w 12
 *
13
 */
14
 
304 alex-w 15
require_once dirname(__FILE__)."/init.php";
302 alex-w 16
 
17
 
18
?>