aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install_new/phpbbcli.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install_new/phpbbcli.php')
-rw-r--r--phpBB/install_new/phpbbcli.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/install_new/phpbbcli.php b/phpBB/install_new/phpbbcli.php
index 4c8034be4e..508d051945 100644
--- a/phpBB/install_new/phpbbcli.php
+++ b/phpBB/install_new/phpbbcli.php
@@ -12,8 +12,6 @@
*
*/
-use Symfony\Component\Console\Input\ArgvInput;
-
if (php_sapi_name() !== 'cli')
{
echo 'This program must be run from the command line.' . PHP_EOL;