This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dev:284:security [24.03.2016 21:35] – [Anwendungsbeispiele] translated mrbaseman | en:dev:284:security [24.03.2016 21:41] (current) – finished translation and removed fixme mrbaseman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ====== System Security ====== | ====== System Security ====== | ||
| (A whole package of individual elements. From password encryption to measurements to protect against cross-site scripting.) | (A whole package of individual elements. From password encryption to measurements to protect against cross-site scripting.) | ||
| Line 86: | Line 84: | ||
| :!: **Warning** Requests must be unique! The ' | :!: **Warning** Requests must be unique! The ' | ||
| - | === Formular | + | === Form === |
| <PHP> | <PHP> | ||
| $sOutput = '< | $sOutput = '< | ||
| Line 93: | Line 91: | ||
| echo $sOutput; | echo $sOutput; | ||
| - | // Auswertung | + | // Evaluation |
| - | if ($oReg-> | + | if ($oReg-> |
| $iRecordId = $oReg-> | $iRecordId = $oReg-> | ||
| Line 105: | Line 103: | ||
| echo $sOutput; | echo $sOutput; | ||
| - | // Auswertung | + | // Evaluation |
| - | if ($oReg-> | + | if ($oReg-> |
| $iRecordId = $oReg-> | $iRecordId = $oReg-> | ||
| Line 122: | Line 120: | ||
| twig-template | twig-template | ||
| - | // Beispiel | + | // Example |
| < | < | ||
| < | < | ||
| Line 129: | Line 127: | ||
| </ | </ | ||
| - | // Beispiel | + | // Example |
| - | <a href=" | + | <a href=" |
| </ | </ | ||
| <PHP> | <PHP> | ||
| save-script | save-script | ||
| - | // Beispiel | + | // Example |
| if ($oReg-> | if ($oReg-> | ||
| $record_id = $oReg-> | $record_id = $oReg-> | ||
| [...] | [...] | ||
| } | } | ||
| - | // Beispiel | + | // Example |
| if ($oReg-> | if ($oReg-> | ||
| $record_id = $oReg-> | $record_id = $oReg-> | ||