This website works better with JavaScript.
Explore
Help
Sign In
Website
/
play.benjamin-kraft.eu
Watch
1
Star
0
Fork
You've already forked play.benjamin-kraft.eu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Webpage for Games
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
0
Tags
8.2 MiB
Tag:
Branch:
Tree:
a88e2b353a
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a88e2b353a'
${ noResults }
play.benjamin-kraft.eu
/
public
/
php
/
get_nodejs_port.php
3 lines
88 B
Raw
Normal View
History
Unescape
Escape
Basic site without projects
2 years ago
<?php
$port = parse_ini_file('../../env_config.ini')['nodejs_port'];
echo $port;