Changeset 1604775
- Timestamp:
- 02/27/2017 07:22:10 PM (9 years ago)
- Location:
- lockr/trunk
- Files:
-
- 7 added
- 1 edited
-
css (added)
-
css/lockr.css (added)
-
lockr-admin-config.php (modified) (2 diffs)
-
src/Lockr/KeyWrapper (added)
-
src/Lockr/KeyWrapper/KeyWrapperInterface.php (added)
-
src/Lockr/KeyWrapper/LockrAes128CtrSha256KeyWrapper.php (added)
-
src/Lockr/KeyWrapper/LockrAesCbcKeyWrapper.php (added)
-
src/Lockr/KeyWrapper/MultiKeyWrapper.php (added)
Legend:
- Unmodified
- Added
- Removed
-
lockr/trunk/lockr-admin-config.php
r1602402 r1604775 455 455 <?php 456 456 settings_errors(); 457 ?>458 <form method="post" action="options.php">459 <?php460 settings_fields( 'lockr_options' );461 462 457 $cert_valid = $status['cert_valid']; 463 458 $exists = $status['exists']; … … 496 491 $status_table->display(); 497 492 $partner = lockr_get_partner(); 493 ?> 494 <form method="post" action="options.php"> 495 <?php 496 settings_fields( 'lockr_options' ); 498 497 499 498 if ( $partner ) {
Note: See TracChangeset
for help on using the changeset viewer.