А скажите, уважаемые, может знает кто... Является ли этот кусок кода уязвимым?
$a=array();
$res=sql("select * from sections where position is not null ");
while($rec=sql_o($res)){
$a[$rec->position]=$rec;
}
$str=$a[$_GET['page']]->link;
if (empty($str)) $str=$a[7]->link;
require_once($str
(
Read more... )