chciałbym się dowiedzieć czy skrypt ten jest bezpieczny:
<?php $akcja = $_GET['akcja']; include ''.$akcja.'.php'; } else{ } ?>
Jeżeli nie to jakie trzeba zastosować w nim zmiany?
<?php $akcja = $_GET['akcja']; include ''.$akcja.'.php'; } else{ } ?>
<?php ?>
<?php $akcja = $_GET['akcja']; $test1 = $akcja; $test2 = 'http://'; include ''.$akcja.'.php'; } else{ } ?>