Hello all, I've spent some time attempting to enable the jpokeradmin panel but without success. I have modified the pokersql file which now looks like this:
import sys sys.path.insert(0, "..") assert settings.headerGet(/server/@admin) in ("yes", "true") if(sys.argv[-1][ -4:] != ".xml"): sys.argv.append("/etc/poker-network/poker.server.xml") from pokernetwork.pokersql import run print run(sys.argv) I did also set admin="yes" in the poker.server.xml and placed the jpokeradmin.html in the /usr/share/jpoker directory. but I still get a blank page on the browser. What else need I do? Thank you.
_______________________________________________ Pokersource-users mailing list Pokersource-users@gna.org https://mail.gna.org/listinfo/pokersource-users