Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/head.inc | ||
---|---|---|
87 | 87 |
* Coded by: Erik Kristensen |
88 | 88 |
*/ |
89 | 89 |
|
90 |
$dir = trim(basename($_SERVER["SCRIPT_FILENAME"], '.php'));
|
|
90 |
$dir = trim(basename($_SERVER["SCRIPT_FILENAME"], '.php')); |
|
91 | 91 |
$path = "{$g['www_path']}/javascript/" . $dir . "/"; |
92 | 92 |
if (is_dir($path)) { |
93 | 93 |
if ($dh = opendir($path)) { |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.