Changeset 777 for trunk/xpressme_integration_kit/include/onupdate.php
- Timestamp:
- May 24, 2011, 12:36:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/include/onupdate.php
r749 r777 31 31 $path = $mydirpath . '/'; 32 32 33 // permission and wordpress files check34 require_once ($path . 'include/pre_check.php');35 if(! xp_permission_check($mydirname, $mydirpath)){36 $msgs = $GLOBALS["err_log"];37 return false;38 }39 33 40 34 //Site_url and home of an optional table are repaired.
Note: See TracChangeset
for help on using the changeset viewer.