Commit 959351cd authored by Ad Schellevis's avatar Ad Schellevis

rename r53.class to dyndns.r53.class to keep things more related without a directory structure

parent 933cd89e
...@@ -561,7 +561,7 @@ ...@@ -561,7 +561,7 @@
$NewTTL=$this->_dnsTTL; $NewTTL=$this->_dnsTTL;
/* Include Route 53 Library Class */ /* Include Route 53 Library Class */
require_once('r53.class'); require_once('dyndns.r53.class');
/* Set Amazon AWS Credentials for this record */ /* Set Amazon AWS Credentials for this record */
$r53 = new Route53($AccessKeyId, $SecretAccessKey); $r53 = new Route53($AccessKeyId, $SecretAccessKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment