Krinkle has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/403973 )

Change subject: Remove unused PhpAutoPrepend.php file for now.
......................................................................

Remove unused PhpAutoPrepend.php file for now.

Follows-up 96de34769, which created this file but isn't being used
by anything yet. To avoid confusion, better to remove for now.

I'll do this for Beta Cluster first.

Bug: T180183
Change-Id: Icddf76486c248495859ba29a10bf9ffe32d0add3
---
D wmf-config/PhpAutoPrepend.php
1 file changed, 0 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/73/403973/1

diff --git a/wmf-config/PhpAutoPrepend.php b/wmf-config/PhpAutoPrepend.php
deleted file mode 100644
index acb19ff..0000000
--- a/wmf-config/PhpAutoPrepend.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-# WARNING: This file is publicly viewable on the web. Do not put private data 
here.
-
-/**
- * Initialisation code for all PHP processes.
- *
- * PHP is configured to execute this file before the main script, through
- * the `auto_prepend_file` setting. This can apply both to web request
- * and CLI processes.
- *
- * This is executed in the same run-time as the main script, which means
- * it CAN expose state, such as variables and constants.
- *
- * @see https://secure.php.net/manual/en/ini.core.php#ini.auto-prepend-file
- */
-
-require_once __DIR__ . '/profiler.php';

-- 
To view, visit https://gerrit.wikimedia.org/r/403973
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icddf76486c248495859ba29a10bf9ffe32d0add3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to