File tree Expand file tree Collapse file tree
installation/upgrade_security/ci3sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <input name="email" type="text">
1313 <input name="password" type="password">
1414
15- <input type="hidden" name="<?= $ csrf ['name ' ] ?> " value="<?= $ csrf ['hash ' ] ?> " / >
15+ <input type="hidden" name="<?= $ csrf ['name ' ] ?> " value="<?= $ csrf ['hash ' ] ?> ">
1616 <input type="submit" value="Save">
1717</form>
Original file line number Diff line number Diff line change 11<?php
22
33if (! $ foo = cache ('foo ' )) {
4- echo 'Saving to the cache!<br / > ' ;
4+ echo 'Saving to the cache!<br> ' ;
55 $ foo = 'foobarbaz! ' ;
66
77 // Save into the cache for 5 minutes
Original file line number Diff line number Diff line change 66foreach ($ list as $ address ) {
77 $ email ->setTo ($ address );
88 $ cid = $ email ->setAttachmentCID ($ filename );
9- $ email ->setMessage ('<img src="cid: ' . $ cid . '" alt="photo1" / > ' );
9+ $ email ->setMessage ('<img src="cid: ' . $ cid . '" alt="photo1"> ' );
1010 $ email ->send ();
1111}
Original file line number Diff line number Diff line change 1010<?php endforeach ?>
1111
1212<?= form_open_multipart ('upload/upload ' ) ?>
13-
14- <input type="file" name="userfile" size="20" />
15-
16- <br /><br />
17-
18- <input type="submit" value="upload" />
19-
13+ <input type="file" name="userfile" size="20">
14+ <br><br>
15+ <input type="submit" value="upload">
2016</form>
2117
2218</body>
You can’t perform that action at this time.
0 commit comments