dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Fix deprecated function usage
Aleksander Machniak
2013-11-18
51fe045a0422e2c6a92cedf3b233dc66b21da64a
[githubFork/roundcubemail.git]
/
program
/
lib
/
Net
/
IDNA2
/
Exception
/
Nameprep.php
commit
|
author
|
age
1ad1f8
1
<?php
A
2
require_once 'Net/IDNA2/Exception.php';
3
4
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
5
{
6
}