add wait-for-it and get-variable, these will be used to determine the proper address of the database and wait for it to connect
This commit is contained in:
10
get-variable
Normal file
10
get-variable
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
define("MEDIAWIKI", 1);
|
||||
define("HTML_ROOT", "/var/www/html");
|
||||
|
||||
function wfLoadSkin() {}
|
||||
function wfLoadExtension() {}
|
||||
|
||||
@include HTML_ROOT . "/LocalSettings.php";
|
||||
print_r($GLOBALS[$argv[1]]);
|
Reference in New Issue
Block a user