Changes between Version 6 and Version 7 of web-app-security
- Timestamp:
- Oct 1, 2017, 2:53:17 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
web-app-security
v6 v7 83 83 * wordpress-plugins 84 84 85 If your web application is directly in your web directory, leave the file empty. If it is in a subdirectory, then put the full, absolute path to the root of your web directory in the file.85 The contents of each file should have, one per line, the full, absolute path to the root of your web directory containing WordPress or Drupal. 86 86 87 87 For example, if you want to upgrade both drupal core and drupal modules for a web appication located directly in your web folder, create two files: one called drupal-core and one called drupal-modules in this directory. 88 88 89 If you have two WordPress installations, one in the web directory and one in a subdirectory called "outreach" and you just want to auto upgrade the core WordPress code for both of them, create a single file called wordpress-core that contains the absolute path to your main web directory on one line and the absolute path to your outreach directory on the second line (note - when specifying additional directories, you have to specify the web directory if you want it included).89 If you have two WordPress installations, one in the web directory and one in a subdirectory called "outreach" and you just want to auto upgrade the core WordPress code for both of them, create a single file called wordpress-core that contains the absolute path to your main web directory on one line and the absolute path to your outreach directory on the second line. 90 90 91 91 === Technical Details ===