Skip to content

Commit

Permalink
removed submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Jun 22, 2018
1 parent d39aed2 commit 5bce1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/fsl_controllers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function hello_world()
fsl_session_set('crop','My session data.');
set_or_default('name', params('who'), "everybody");

return html("<h1>Ahhhhhhh! It works.</h1>");
return html("<center><h1>Ahhhhhhh! It works.</h1></center>");
}

/*
Expand Down
2 changes: 1 addition & 1 deletion views/fsl_default_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<?php echo $content ?>
<BR><BR>
<img src="<?php echo url_for('/public/fsl.jpeg')?>"> <hr>
<center><img src="<?php echo url_for('/public/fsl.jpeg')?>"></center> <hr>
<a href="<?php echo url_for('/')?>">Home - Start Session</a> |
<a href="<?php echo url_for('/showip/', $name)?>">Show IP - Show Session</a> |
<a href="<?php echo url_for('/hello/', $name)?>">Hello - Kill Session</a> |
Expand Down

0 comments on commit 5bce1c8

Please sign in to comment.