From 7a5103ae90370884c31746b778de0bf9b2664431 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 12:31:55 +0400 Subject: move addInstance call to instances plugin --- classes/dlg.php | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) (limited to 'classes') diff --git a/classes/dlg.php b/classes/dlg.php index 36f3ee075..376f8d265 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -383,55 +383,6 @@ class Dlg extends Handler_Protected { } - function addInstance() { - print ""; - print ""; - - print "
".__("Instance")."
"; - - print "
"; - - /* URL */ - - print __("URL:") . " "; - - print ""; - - print "
"; - - $access_key = sha1(uniqid(rand(), true)); - - /* Access key */ - - print __("Access key:") . " "; - - print ""; - - print "

" . __("Use one access key for both linked instances."); - - print "

"; - - print "
-
- -
- -
"; - - return; - } function batchSubscribe() { print ""; -- cgit v1.2.3-54-g00ecf