Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
v 0.1.1
  • Loading branch information
tradesouthwest committed Nov 19, 2015
1 parent 7b8057e commit 5485fc5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions inc/controls.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php
/**
* Details
* Tradesouthwest
* TSW Details NanoBlog
* Author: Larry Judd Oliver @tradesouthwest | http://tradesouthwest.com/details
* Contributors in readme.md file
* License in LICENSE.md file
*/
// settings

// settings - functions - filters

function esc($s){
echo htmlspecialchars_decode($s, ENT_HTML5);
Expand Down Expand Up @@ -57,4 +60,4 @@ function display_sessions() {
$html .= '<pre>';
return $html;
}
?>
?>

0 comments on commit 5485fc5

Please sign in to comment.