BUG 8412 Changed the open short tags for PHP code to long open tags.
Were not modified the labels are in thirdparty nor which are replaced by empty string.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<form action="r">
|
<form action="r">
|
||||||
Server: <input type="text" name="srv" value="<?echo isset($_GET['srv'])?$_GET['srv']:'';?>">
|
Server: <input type="text" name="srv" value="<?php echo isset($_GET['srv'])?$_GET['srv']:'';?>">
|
||||||
User: <input type="text" name="usr" value="<?echo isset($_GET['usr'])?$_GET['usr']:'';?>"/>
|
User: <input type="text" name="usr" value="<?php echo isset($_GET['usr'])?$_GET['usr']:'';?>"/>
|
||||||
Passwd: <input type="text" name="pass" value="<?echo isset($_GET['pass'])?$_GET['pass']:'';?>"/>
|
Passwd: <input type="text" name="pass" value="<?php echo isset($_GET['pass'])?$_GET['pass']:'';?>"/>
|
||||||
<input type="submit" value="Gen" name="gen"/>
|
<input type="submit" value="Gen" name="gen"/>
|
||||||
<input type="submit" value="Regenerate paths_installed" name="reg"/><br/>
|
<input type="submit" value="Regenerate paths_installed" name="reg"/><br/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?if(isset($_POST['NextStep'])){?>
|
<?php if(isset($_POST['NextStep'])){?>
|
||||||
<div class="ui-widget-header ui-corner-all" width="100%" align="center">Processmaker - Debugger (Break Point) <input type="button" value="Continue" class="module_app_button___gray" onclick="javascript:location.href='<?=$_POST['NextStep']?>'">
|
<div class="ui-widget-header ui-corner-all" width="100%" align="center">Processmaker - Debugger (Break Point) <input type="button" value="Continue" class="module_app_button___gray" onclick="javascript:location.href='<?=$_POST['NextStep']?>'">
|
||||||
</div>
|
</div>
|
||||||
<?}?>
|
<?php }?>
|
||||||
|
|||||||
Reference in New Issue
Block a user