Ticket #5090: install-helper.diff
| File install-helper.diff, 291 bytes (added by mattyrob, 5 years ago) |
|---|
-
install-helper.php
1 1 <?php 2 require_once( '../wp-config.php');2 require_once(ABSPATH . 'wp-config.php'); 3 3 $debug = 0; 4 4 5 5 /**
