Changeset 10695 for contributed_modules/modules/publish.pl
- Timestamp:
- 12/10/10 11:51:10 (1 year ago)
- Files:
-
- contributed_modules/modules/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/publish.pl
r9997 r10695 22 22 } 23 23 next if (!-d $moddir); 24 # Check the XML integrity using the FreePBX XML parser 25 if (system("./check_xml.php $moddir")) { 26 die "Fatal syntax error with $moddir module.xml file, aborting\n"; 27 } 24 28 open FH, "$moddir/module.xml"; 25 29 $newxml = "";
