Commit 7a846b49 authored by Franco Fichtner's avatar Franco Fichtner

src: first of many whitspace cleanups

parent 11f56521
...@@ -131,4 +131,3 @@ for TOPING in $PINGHOSTS ; do ...@@ -131,4 +131,3 @@ for TOPING in $PINGHOSTS ; do
done done
exit 0 exit 0
...@@ -1639,4 +1639,3 @@ AutoLoginTimeout: ...@@ -1639,4 +1639,3 @@ AutoLoginTimeout:
log "Auto-login timeout." log "Auto-login timeout."
cancel all cancel all
return return
#!/usr/local/bin/php -f #!/usr/local/bin/php -f
<?php <?php
require_once("globals.inc"); require_once("globals.inc");
...@@ -339,5 +338,3 @@ function playback_file($playback_file) { ...@@ -339,5 +338,3 @@ function playback_file($playback_file) {
$playback_file_contents = file_get_contents("/usr/local/etc/phpshellsessions/{$playback_file}"); $playback_file_contents = file_get_contents("/usr/local/etc/phpshellsessions/{$playback_file}");
playback_text($playback_file_contents); playback_text($playback_file_contents);
} }
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment