Changeset 8c15ff8203824129c509aa7776e340c66b4d58cc
- Timestamp:
- 04/27/09 13:10:26 (3 years ago)
- Author:
- Robin Gareus <robin@…>
- Parents:
- a37ef8e0b44a3e59b38f23c1a168fbc091d5cfbe
- Children:
- c88c1e106f88bb7392eaa36fe11844a2b1940d4f
- git-committer:
- Robin Gareus <robin@gareus.org> / 2009-04-27T15:10:26Z+0200
- Message:
-
changed passwd file path.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
ra37ef8e
|
r8c15ff8
|
|
| 31 | 31 | |
| 32 | 32 | private boolean checkPass(String u, String p) { |
| 33 | | String passwdPath = "/home/rgareus/data/coding/red5/red.passwd"; // TODO : make configurable |
| | 33 | String passwdPath = "/home/rgareus/data/coding/inoutC2/red5-webapps/red.passwd"; // TODO : make configurable |
| 34 | 34 | try { |
| 35 | 35 | FileInputStream fstream = new FileInputStream(passwdPath); |