Searched refs:embedded_script (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dbuild.php165 $embedded_script = isset ( $_POST['embedded_script'] ) ? $_POST['embedded_script'] : ""; variable
166 if ( $embedded_script != "" ) {
169 if ( substr ( $embedded_script, 0, 5 ) != "#!ipxe" ) {
170 $embedded_script = "#!ipxe\n" . $embedded_script; variable
174 $embedded_script = str_replace ( "\r\n", "\n", $embedded_script ); variable
176 write_file_from_string ( $emb_script_path, $embedded_script );
[all...]

Completed in 99 milliseconds