mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
8 lines
213 B
PHP
8 lines
213 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<script type="text/javascript">
|
|
$("form").ready(function(){
|
|
$('input[name="password"]').user_password_strength();
|
|
});
|
|
</script>
|
|
<?= $form ?>
|