~ubuntu-branches/ubuntu/precise/netams/precise

« back to all changes in this revision

Viewing changes to debian/conf/netams-web/console.inc

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2009-11-26 02:08:19 UTC
  • Revision ID: james.westby@ubuntu.com-20091126020819-mfn4urmlr1id955h
Tags: 3.4.3+dfsg1-3
debian/copyright: add more details about sources of some part of the
code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Data required to do a script login, change this
 
2
# login to netams
 
3
$sc_host="localhost";
 
4
$sc_port=20001;
 
5
$sc_user="admin";
 
6
$sc_passwd="aaa";
 
7
 
 
8
1;