Changeset 704 for trunk/phpbms/modules/bms/post.php
- Timestamp:
- 01/01/10 23:10:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/post.php
r702 r704 77 77 78 78 ?><div class="bodyline" id="mainline"> 79 <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" name="record" id="record" onsubmit="return false">79 <form action="<?php echo htmlentities($_SERVER["PHP_SELF"])?>" method="post" name="record" id="record" onsubmit="return false"> 80 80 <input type="hidden" id="cmd" name="cmd" value=""/> 81 81