Add note: Pantheon maintains settings.pantheon.php

This commit is contained in:
Ariel Gold 2015-10-07 19:56:35 -07:00
parent efbcb71ec3
commit 563c9e95ea

View file

@ -1,5 +1,17 @@
<?php
/**
* @file
* Pantheon configuration file.
*
* IMPORTANT NOTE:
* Do not modify this file. This file is maintained by Pantheon.
*
* Site-specific modifications belong in settings.php, not this file. This file
* may change in future releases and modifications would cause conflicts when
* attempting to apply upstream updates.
*/
// Check to see if we are serving an installer page.
$is_installer_url = (strpos($_SERVER['SCRIPT_NAME'], '/core/install.php') === 0);