]> 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 30f0bb5a90e01feea016d80d856244f71d7d3e04..986260e1d23bdf8d16ac5ad2b425fae4217325a2 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env php
 <?php
 /*
- * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, 2009, Control Yourself, Inc.
+ * StatusNet - a distributed open-source microblogging tool
+ * Copyright (C) 2008, 2009, StatusNet, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -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();