- Timestamp:
- 10/08/09 12:28:32 (3 years ago)
- Parents:
- 0a012df6a802c17ed7f4236e422cfab164b0f18c
- Children:
- 5e02e5173518608e744f974924fceff203791403
- git-committer:
- Robin Gareus <robin@gareus.org> / 2009-10-08T14:28:32Z+0200
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
red5-webapps/recorder/src/org/red5/rg/recorder/Application.java
r8c15ff8 r53829f4 31 31 32 32 private boolean checkPass(String u, String p) { 33 String passwdPath = "/home/rgareus/data/coding/inoutC2/red5-webapps/red.passwd"; // TODO : make configurable 33 // String passwdPath = "/home/rgareus/data/coding/inoutC2/red5-webapps/red.passwd"; // TODO : make configurable 34 String passwdPath = "/var/red5/recorder.passwd"; // TODO : make configurable 34 35 try { 35 36 FileInputStream fstream = new FileInputStream(passwdPath);
