Changeset 212 for dev/common/post_igb.php
- Timestamp:
- 05/08/07 10:20:01 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/post_igb.php
r206 r212 10 10 if (isset($_POST['killmail'])) 11 11 { 12 if ($_POST['password'] == $config->getPostPassword())12 if ($_POST['password'] == config::getPostPassword()) 13 13 { 14 14 $parser = new Parser($_POST['killmail']);