]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/showtable.php
Check scope, else a privacy leaks happens this way:
[quix0rs-gnu-social.git] / scripts / showtable.php
index eb18a98e20d510cb3dfd2d8feee39abbd341dfd7..986260e1d23bdf8d16ac5ad2b425fae4217325a2 100644 (file)
@@ -26,7 +26,7 @@ Shows the structure of a table
 
 END_OF_SHOWTABLE_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 if (count($args) != 1) {
     show_help();