Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 71 → Редакция 72

/trunk/index.php
27,8 → 27,10
if ($req->numRows()>0) {
$req->fetchInto($if, DB_FETCHMODE_ASSOC);
$file = stripslashes($if["optvalue"]).".php";
include ($file);
} else {
$file = "install.php";
}
 
include($file);
 
?>