Changeset 604
- Timestamp:
- 05/29/07 01:13:29
(2 years ago)
- Author:
- raphael
- Message:
Fixed #313: typo in gui/include/sql.php
Fixed #324: typo in gui/client/update_hp.php
Fixed #278: using get*nam() with UID/GID instead user/group names in setup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r601 |
r604 |
|
| 10 | 10 | | * gui: disable stats-alias in client menu | |
|---|
| 11 | 11 | \_________________________________________________________________/ |
|---|
| | 12 | |
|---|
| | 13 | 2007-05-28 Raphael Geissert |
|---|
| | 14 | - GUI |
|---|
| | 15 | * Fixed #313: typo in gui/include/sql.php |
|---|
| | 16 | * Fixed #324: typo in gui/client/update_hp.php |
|---|
| | 17 | - SETUP |
|---|
| | 18 | * Fixed #278: using get*nam() with UID/GID instead user/group names |
|---|
| 12 | 19 | |
|---|
| 13 | 20 | 2007-05-24 Raphael Geissert |
|---|
| r601 |
r604 |
|
| 917 | 917 | my ($vuuid, $vugid) = (undef, undef); |
|---|
| 918 | 918 | |
|---|
| 919 | | @gdata = getgrnam($mgid); |
|---|
| 920 | | @udata = getpwnam($muid); |
|---|
| | 919 | @gdata = getgrnam($prefix.$mgid); |
|---|
| | 920 | @udata = getpwnam($prefix.$muid); |
|---|
| 921 | 921 | |
|---|
| 922 | 922 | if (scalar(@gdata) == 0) { # we have not this one group data; |
|---|
| r512 |
r604 |
|
| 313 | 313 | |
|---|
| 314 | 314 | |
|---|
| 315 | | $form = $rs -> fields['user_mail']; |
|---|
| | 315 | $from = $rs -> fields['user_mail']; |
|---|
| 316 | 316 | |
|---|
| 317 | 317 | $subject = "[ISPCP OrderPanel] - You have update order"; |
|---|
| r596 |
r604 |
|
| 111 | 111 | } else { |
|---|
| 112 | 112 | foreach($value as $skey=>$svalue) { |
|---|
| 113 | | if (!is_array($sval)) { |
|---|
| | 113 | if (!is_array($svalue)) { |
|---|
| 114 | 114 | if (match_sqlinjection($svalue, $matches)) { |
|---|
| 115 | 115 | $message = "Possible SQL injection detected: $skey=>$svalue <b>${matches[0]}</b>. Script terminated."; |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>